diff options
| author | 2026-03-09 08:48:24 +0700 | |
|---|---|---|
| committer | 2026-03-09 08:49:01 +0700 | |
| commit | 8105ee5f04d00d398fe9a434a5d315a244a24de4 (patch) | |
| tree | 7d31720893a3e6d6f250303a15af224eab9c4cea | |
| parent | element-desktop: fix icon installation (diff) | |
Close #59271
| -rw-r--r-- | srcpkgs/libopenraw/template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/srcpkgs/libopenraw/template b/srcpkgs/libopenraw/template index aec294a1ea9..2c70aa1d67c 100644 --- a/srcpkgs/libopenraw/template +++ b/srcpkgs/libopenraw/template @@ -5,7 +5,8 @@ revision=3 build_style=gnu-configure configure_args="--with-boost=${XBPS_CROSS_BASE}/usr" hostmakedepends="pkg-config curl" -makedepends="glib-devel gdk-pixbuf-devel boost-headers libxml2-devel libjpeg-turbo-devel" +makedepends="glib-devel gdk-pixbuf-devel boost-devel-minimal + libxml2-devel libjpeg-turbo-devel" short_desc="Library for camera RAW files decoding" maintainer="Orphaned <orphan@voidlinux.org>" license="LGPL-3.0-or-later" |
