[packages] pango for X should depend on libXft
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19656 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
10f33c9217
commit
bd40d3eaed
@ -31,7 +31,8 @@ define Package/pango
|
|||||||
SUBMENU:=libraries
|
SUBMENU:=libraries
|
||||||
TITLE:=Text layout and rendering library
|
TITLE:=Text layout and rendering library
|
||||||
DEPENDS:=+cairo +glib2 +fontconfig +libfreetype \
|
DEPENDS:=+cairo +glib2 +fontconfig +libfreetype \
|
||||||
+FEATURE_drawing-backend_libX11:libX11
|
+FEATURE_drawing-backend_libX11:libX11 \
|
||||||
|
+FEATURE_drawing-backend_libX11:libXft
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pango/description
|
define Package/pango/description
|
||||||
@ -45,6 +46,9 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
$(if $(CONFIG_PACKAGE_libX11), --with-x, --without-x)
|
$(if $(CONFIG_PACKAGE_libX11), --with-x, --without-x)
|
||||||
|
|
||||||
|
CONFIGURE_VARS += \
|
||||||
|
CXX=$(TARGET_CC)
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
$(1)/usr/lib/pkgconfig \
|
$(1)/usr/lib/pkgconfig \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user