[libcamera-devel] [PATCH 1/2] media-libs/libcamera: Android support is a feature not a boolean

Niklas Söderlund niklas.soderlund at ragnatech.se
Mon Nov 9 02:16:55 CET 2020


Upstream switched the android option from a boolean to a meson feature,
update ebuild to reflect this.

Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
---
 media-libs/libcamera/libcamera-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libcamera/libcamera-9999.ebuild b/media-libs/libcamera/libcamera-9999.ebuild
index 4273adbc9e1e0f33..57ff00337309f30c 100644
--- a/media-libs/libcamera/libcamera-9999.ebuild
+++ b/media-libs/libcamera/libcamera-9999.ebuild
@@ -35,7 +35,7 @@ src_configure() {
 	local emesonargs=(
 		$(meson_use doc documentation)
 		$(meson_use test)
-		-Dandroid="true"
+		-Dandroid=enabled
 		-Dpipelines="$(pipeline_list "${pipelines[@]}")"
 	)
 	meson_src_configure
-- 
2.25.1



More information about the libcamera-devel mailing list