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>
This commit is contained in:
James Hilliard 2024-02-09 11:48:14 -07:00 committed by Thomas Petazzoni
parent fcf465d04b
commit ae8cb9b2bf

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))