47f79e2947
Remove non-existant configure options: --disable-sphinx-doc: Even if it looks like there is some code for that in configure.ac, it seems that is not taken into account and that configure option is not even recognized. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
22 lines
595 B
Makefile
22 lines
595 B
Makefile
################################################################################
|
|
#
|
|
# gst1-validate
|
|
#
|
|
################################################################################
|
|
|
|
GST1_VALIDATE_VERSION = 1.12.0
|
|
GST1_VALIDATE_SOURCE = gst-validate-$(GST1_VALIDATE_VERSION).tar.xz
|
|
GST1_VALIDATE_SITE = https://gstreamer.freedesktop.org/src/gst-validate
|
|
GST1_VALIDATE_LICENSE = LGPL-2.1+
|
|
GST1_VALIDATE_LICENSE_FILES = COPYING
|
|
|
|
GST1_VALIDATE_DEPENDENCIES = \
|
|
gstreamer1 \
|
|
gst1-plugins-base \
|
|
json-glib \
|
|
host-python \
|
|
python \
|
|
$(if $(BR2_PACKAGE_CAIRO),cairo)
|
|
|
|
$(eval $(autotools-package))
|