Quellcode durchsuchen

package/gst1-interpipe: change to meson build

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Seiderer vor 4 Jahren
Ursprung
Commit
53d2cbba16
1 geänderte Dateien mit 5 neuen und 4 gelöschten Zeilen
  1. 5 4
      package/gstreamer1/gst1-interpipe/gst1-interpipe.mk

+ 5 - 4
package/gstreamer1/gst1-interpipe/gst1-interpipe.mk

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