package/gst1-interpipe: change to meson build
authorPeter Seiderer <ps.report@gmx.net>
Wed, 16 Sep 2020 19:49:22 +0000 (21:49 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 20 Sep 2020 14:09:34 +0000 (16:09 +0200)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gstreamer1/gst1-interpipe/gst1-interpipe.mk

index 92e2bb38fccd5254df28a883e8efb63623501b46..9d3402d02bc1a8475783b47839f1cfa2be600b9d 100644 (file)
@@ -13,9 +13,10 @@ GST1_INTERPIPE_GIT_SUBMODULES = YES
 GST1_INTERPIPE_LICENSE = LGPL-2.1
 GST1_INTERPIPE_LICENSE_FILES = COPYING
 
-# from git source
-GST1_INTERPIPE_AUTORECONF = YES
-
 GST1_INTERPIPE_DEPENDENCIES = host-pkgconf gstreamer1 gst1-plugins-base
 
-$(eval $(autotools-package))
+GST1_INTERPIPE_CONF_OPTS = \
+       -Dtests=disabled \
+       -Denable-gtk-doc=false
+
+$(eval $(meson-package))