pango: fix meson build arguments
authorDaniel Golle <daniel@makrotopia.org>
Wed, 24 Nov 2021 01:53:49 +0000 (01:53 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 24 Nov 2021 11:08:42 +0000 (11:08 +0000)
Wrong build parameters were copy&pasted from another package and meson
started to complain about them (rightfully). Remove them.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/pango/Makefile

index 25c74f8e99f00d7ac0cd4649fa462c62f9c8283c..af8117d171fdcefaf075e4ab40b3769279100ddd 100644 (file)
@@ -30,12 +30,8 @@ define Package/libpango
 endef
 
 MESON_ARGS += \
-       -Dgnome=false \
        -Dintrospection=disabled \
-       -Dvapi=disabled \
        -Dgtk_doc=false \
-       -Dtests=false \
-       -Dinstalled_tests=false \
        -Dsysprof=disabled
 
 define package/libpango/decription