From 83030fd9bf3eca69252eb68632d6a1c0dbfac93b Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 24 Nov 2021 01:53:49 +0000 Subject: [PATCH] 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 --- libs/pango/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/pango/Makefile b/libs/pango/Makefile index 25c74f8..af8117d 100644 --- a/libs/pango/Makefile +++ b/libs/pango/Makefile @@ -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 -- 2.30.2