pango: fix meson build arguments

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>
This commit is contained in:
Daniel Golle
2021-11-24 01:53:49 +00:00
parent 0897400be7
commit 83030fd9bf

View 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