Changed activation of libcamera

This commit is contained in:
Gerben Jan Dijkman 2023-02-04 14:36:32 +01:00
parent 3cdbe22df5
commit 131e80761c

View File

@ -255,7 +255,7 @@ multilib_src_configure() {
-Dtest=disabled # fakesink and fakesource plugins -Dtest=disabled # fakesink and fakesource plugins
$(meson_native_use_feature lv2) $(meson_native_use_feature lv2)
$(meson_native_use_feature v4l v4l2) $(meson_native_use_feature v4l v4l2)
-Dlibcamera=$(usex libcamera) # libcamera is not in Portage tree $(meson_native_use_feature libcamera)
$(meson_native_use_feature readline) $(meson_native_use_feature readline)
$(meson_native_use_feature ssl raop) $(meson_native_use_feature ssl raop)
-Dvideoconvert=enabled # Matches upstream -Dvideoconvert=enabled # Matches upstream