mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/gst1-devtools: drop python2 support
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
e643be1bfc
commit
c4bbd6da50
@@ -1,11 +1,10 @@
|
|||||||
config BR2_PACKAGE_GST1_DEVTOOLS
|
config BR2_PACKAGE_GST1_DEVTOOLS
|
||||||
bool "gst1-devtools"
|
bool "gst1-devtools"
|
||||||
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
depends on BR2_PACKAGE_PYTHON3
|
||||||
select BR2_PACKAGE_GSTREAMER1_CHECK
|
select BR2_PACKAGE_GSTREAMER1_CHECK
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||||
select BR2_PACKAGE_JSON_GLIB
|
select BR2_PACKAGE_JSON_GLIB
|
||||||
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
|
select BR2_PACKAGE_PYTHON3_PYEXPAT
|
||||||
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
|
|
||||||
# cairo is autodetected but needs PNG support
|
# cairo is autodetected but needs PNG support
|
||||||
select BR2_PACKAGE_CAIRO_PNG if BR2_PACKAGE_CAIRO
|
select BR2_PACKAGE_CAIRO_PNG if BR2_PACKAGE_CAIRO
|
||||||
help
|
help
|
||||||
@@ -14,5 +13,4 @@ config BR2_PACKAGE_GST1_DEVTOOLS
|
|||||||
https://gstreamer.freedesktop.org
|
https://gstreamer.freedesktop.org
|
||||||
|
|
||||||
comment "gst1-devtools depends on python"
|
comment "gst1-devtools depends on python"
|
||||||
depends on !BR2_PACKAGE_PYTHON
|
|
||||||
depends on !BR2_PACKAGE_PYTHON3
|
depends on !BR2_PACKAGE_PYTHON3
|
||||||
|
|||||||
Reference in New Issue
Block a user