mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user