Config.in 548 B

1234567891011121314151617
  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_JSON_GLIB
  6. select BR2_PACKAGE_PYTHON_PYEXPAT
  7. # cairo is autodetected but needs PNG support
  8. select BR2_PACKAGE_CAIRO_PNG if BR2_PACKAGE_CAIRO
  9. help
  10. GstValidate is a tool that allows GStreamer developers to
  11. check that the GstElements they write behave the way they
  12. are supposed to.
  13. http://gstreamer.freedesktop.org/
  14. comment "gst1-validate depends on python"
  15. depends on !BR2_PACKAGE_PYTHON