mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge branch 'freetype-config-include-path-fix' of git://github.com/paulfertser/packages into PR1591
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=freetype
|
PKG_NAME:=freetype
|
||||||
PKG_VERSION:=2.5.5
|
PKG_VERSION:=2.5.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/freetype
|
PKG_SOURCE_URL:=@SF/freetype
|
||||||
@@ -64,7 +64,8 @@ define Build/InstallDev
|
|||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/freetype2.pc $(1)/usr/lib/pkgconfig/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/freetype2.pc $(1)/usr/lib/pkgconfig/
|
||||||
|
|
||||||
$(SED) \
|
$(SED) \
|
||||||
's,^\(prefix\|exec_prefix\)=.*,\1="$(STAGING_DIR)/usr",g' \
|
's,^\(prefix\|exec_prefix\)=.*,\1="$(STAGING_DIR)/usr",; \
|
||||||
|
s,^\(includedir\)=.*,\1="$(STAGING_DIR)/usr/include",' \
|
||||||
$(2)/bin/freetype-config
|
$(2)/bin/freetype-config
|
||||||
$(SED) \
|
$(SED) \
|
||||||
's,/usr/include,$$$${prefix}/include,g' \
|
's,/usr/include,$$$${prefix}/include,g' \
|
||||||
|
|||||||
Reference in New Issue
Block a user