summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/gentoo/media-libs/libcamera/libcamera-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild
index e627a09d..ca216c0a 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="doc test udev"
+IUSE="debug doc test udev"
RDEPEND="
>=net-libs/gnutls-3.3:=
@@ -31,6 +31,7 @@ src_configure() {
local emesonargs=(
$(meson_feature doc documentation)
$(meson_use test)
+ --buildtype $(usex debug debug plain)
)
meson_src_configure
}