package/gst1-python: disable tests

We don't need tests enabled which can also cause build issues.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit ae8cb9b2bf)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
James Hilliard
2024-02-09 11:48:14 -07:00
committed by Peter Korsgaard
parent b7e0a3db0f
commit 6d77f9954c

View File

@@ -34,6 +34,7 @@ GST1_PYTHON_CONF_ENV += \
# the correct .so file, and the resulting compiled library has the appropriate
# path of /usr/lib/python3.$(PYTHON3_VERSION_MAJOR).so
GST1_PYTHON_CONF_OPTS += \
-Dlibpython-dir=/usr/lib/
-Dlibpython-dir=/usr/lib/ \
-Dtests=disabled
$(eval $(meson-package))