2014-11-13 21:02:32 +01:00
|
|
|
config BR2_PACKAGE_GST1_VALIDATE
|
2014-10-21 22:53:22 +02:00
|
|
|
bool "gst1-validate"
|
2014-11-13 21:02:32 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON
|
2014-10-21 22:53:22 +02:00
|
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
2014-11-13 21:02:32 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_PYEXPAT
|
2015-10-27 21:58:30 +01:00
|
|
|
# cairo is autodetected but needs PNG support
|
|
|
|
select BR2_PACKAGE_CAIRO_PNG if BR2_PACKAGE_CAIRO
|
2014-10-21 22:53:22 +02:00
|
|
|
help
|
|
|
|
GstValidate is a tool that allows GStreamer developers to
|
|
|
|
check that the GstElements they write behave the way they
|
|
|
|
are supposed to.
|
|
|
|
|
|
|
|
http://gstreamer.freedesktop.org/
|
2014-11-13 21:02:32 +01:00
|
|
|
|
|
|
|
comment "gst1-validate depends on python"
|
|
|
|
depends on !BR2_PACKAGE_PYTHON
|