tegrarcm: new package
[buildroot-gz.git] / package / gstreamer1 / gst1-validate / Config.in
bloba9bb2aa388be41886f030e38a1fb030a73117773
1 config BR2_PACKAGE_GST1_VALIDATE
2         bool "gst1-validate"
3         depends on BR2_PACKAGE_PYTHON
4         select BR2_PACKAGE_GST1_PLUGINS_BASE
5         select BR2_PACKAGE_PYTHON_PYEXPAT
6         # cairo is autodetected but needs PNG support
7         select BR2_PACKAGE_CAIRO_PNG if BR2_PACKAGE_CAIRO
8         help
9           GstValidate is a tool that allows GStreamer developers to
10           check that the GstElements they write behave the way they
11           are supposed to.
13           http://gstreamer.freedesktop.org/
15 comment "gst1-validate depends on python"
16         depends on !BR2_PACKAGE_PYTHON