commit 032feefa7dc07a07c329ae021b0dcc7df59e45db
parent 0c121a47fbba07ee65f456d62913ad2070a86168
Author: Ted Hess <thess@kitschensync.net>
Date: Sat, 20 Sep 2014 10:39:34 -0400
Revert #325: freetype: install ft2build.h - already in include/freetyp2 directory
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/libs/freetype/Makefile b/libs/freetype/Makefile
@@ -58,7 +58,6 @@ define Build/InstallDev
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/freetype-config $(2)/bin/
$(INSTALL_DIR) $(1)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/freetype2 $(1)/usr/include/
- $(CP) $(PKG_INSTALL_DIR)/usr/include/ft2build.h $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libfreetype.{a,so*} $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig