projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
962b4b3
)
add host build for libfreetype
author
Mirko Vogt
<mirko@openwrt.org>
Sat, 2 May 2009 17:45:09 +0000
(17:45 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Sat, 2 May 2009 17:45:09 +0000
(17:45 +0000)
SVN-Revision: 15559
libs/freetype/Makefile
patch
|
blob
|
history
diff --git
a/libs/freetype/Makefile
b/libs/freetype/Makefile
index 23d5e01d314162990a6843c049802b0247089efe..e9046a310d086772a3fff8b543cee4fa78dff4ba 100644
(file)
--- a/
libs/freetype/Makefile
+++ b/
libs/freetype/Makefile
@@
-17,6
+17,7
@@
PKG_MD5SUM:=d76233108aca9c9606cdbd341562ad9a
PKG_FIXUP = libtool
+include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
define Package/libfreetype
@@
-64,4
+65,5
@@
define Package/libfreetype/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libfreetype.so.* $(1)/usr/lib/
endef
+$(eval $(call HostBuild))
$(eval $(call BuildPackage,libfreetype))