|
@@ -3,6 +3,8 @@ config BR2_PACKAGE_GST1_VALIDATE
|
|
depends on BR2_PACKAGE_PYTHON
|
|
depends on BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
|
select BR2_PACKAGE_PYTHON_PYEXPAT
|
|
select BR2_PACKAGE_PYTHON_PYEXPAT
|
|
|
|
+ # cairo is autodetected but needs PNG support
|
|
|
|
+ select BR2_PACKAGE_CAIRO_PNG if BR2_PACKAGE_CAIRO
|
|
help
|
|
help
|
|
GstValidate is a tool that allows GStreamer developers to
|
|
GstValidate is a tool that allows GStreamer developers to
|
|
check that the GstElements they write behave the way they
|
|
check that the GstElements they write behave the way they
|