diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/gentoo/media-libs/libcamera/libcamera-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild index 00bb0a50..e627a09d 100644 --- a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild +++ b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild @@ -14,7 +14,7 @@ EGIT_BRANCH="master" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="*" -IUSE="udev" +IUSE="doc test udev" RDEPEND=" >=net-libs/gnutls-3.3:= @@ -29,8 +29,8 @@ DEPEND=" src_configure() { local emesonargs=( - -Ddocumentation=false - -Dtests=false + $(meson_feature doc documentation) + $(meson_use test) ) meson_src_configure } |