From: Daniel Golle Date: Wed, 24 Nov 2021 01:53:49 +0000 (+0000) Subject: pango: fix meson build arguments X-Git-Url: http://git.openwrt.org/openwrt/openwrt.git%24%28if?a=commitdiff_plain;h=83030fd9bf3eca69252eb68632d6a1c0dbfac93b;p=feed%2Fvideo.git 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 --- 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