mirror of
https://github.com/openwrt/video.git
synced 2025-12-26 11:16:40 +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
|
endef
|
||||||
|
|
||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
-Dgnome=false \
|
|
||||||
-Dintrospection=disabled \
|
-Dintrospection=disabled \
|
||||||
-Dvapi=disabled \
|
|
||||||
-Dgtk_doc=false \
|
-Dgtk_doc=false \
|
||||||
-Dtests=false \
|
|
||||||
-Dinstalled_tests=false \
|
|
||||||
-Dsysprof=disabled
|
-Dsysprof=disabled
|
||||||
|
|
||||||
define package/libpango/decription
|
define package/libpango/decription
|
||||||
|
|||||||
Reference in New Issue
Block a user