mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-09 19:37:43 +00:00
gst-plugins-bad: rsvg support needs C++ (but no longer GTK+)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
89913cbec5
commit
02f2d52f59
@ -288,9 +288,12 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS
|
|||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG
|
||||||
bool "rsvg"
|
bool "rsvg"
|
||||||
depends on BR2_PACKAGE_LIBGTK2
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
select BR2_PACKAGE_LIBRSVG
|
select BR2_PACKAGE_LIBRSVG
|
||||||
|
|
||||||
|
comment "rsvg plugin requires a toolchain with C++ support"
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL
|
||||||
bool "sdl"
|
bool "sdl"
|
||||||
select BR2_PACKAGE_SDL
|
select BR2_PACKAGE_SDL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user