updated fontconfig version to be compatible with newer freetype
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9152 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f6fd732bac
commit
0774b30dab
@ -9,7 +9,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=fontconfig
|
PKG_NAME:=fontconfig
|
||||||
PKG_VERSION:=2.3.2
|
PKG_VERSION:=2.3.95
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@ -17,7 +17,7 @@ PKG_SOURCE_URL:=http://fontconfig.org/release/
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
CONFIGURE_ARGS+=LIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
|
CONFIGURE_ARGS+=LIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib" --disable-docs
|
||||||
|
|
||||||
define Package/fontconfig
|
define Package/fontconfig
|
||||||
SECTION:=xorg-util
|
SECTION:=xorg-util
|
||||||
@ -30,13 +30,14 @@ endef
|
|||||||
define Build/Configure
|
define Build/Configure
|
||||||
cd $(PKG_BUILD_DIR)/; \
|
cd $(PKG_BUILD_DIR)/; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(subst -fhonour-copts,,$(CONFIGURE_VARS)) \
|
$(CONFIGURE_VARS) \
|
||||||
$(CONFIGURE_CMD) \
|
$(CONFIGURE_CMD) \
|
||||||
$(CONFIGURE_ARGS_XTRA) \
|
$(CONFIGURE_ARGS_XTRA) \
|
||||||
$(CONFIGURE_ARGS)
|
$(CONFIGURE_ARGS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
$(foreach dir,fc-case fc-lang fc-glyphname, $(MAKE) -C $(PKG_BUILD_DIR)/$(dir) CFLAGS="";)
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)
|
$(MAKE) -C $(PKG_BUILD_DIR)
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
|
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user