board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / gstreamer1 / gst1-validate / Config.in
blob2022d38d99bae472d17b936d36fe136a650f5366
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.
14           http://gstreamer.freedesktop.org/
16 comment "gst1-validate depends on python"
17         depends on !BR2_PACKAGE_PYTHON