freetype: strip target library and remove freetype-config if not needed

As noticed by Thomas Petazzoni.
This commit is contained in:
Peter Korsgaard 2009-03-30 13:59:22 +00:00
parent 32417137be
commit eee376bc8e
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ $(FREETYPE_HOOK_POST_INSTALL):
-e "s,^includedir=.*,includedir=\'$(STAGING_DIR)/usr/include/freetype2\',g" \
-e "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \
$(STAGING_DIR)/usr/bin/freetype-config
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libfreetype.so
ifneq ($(BR2_HAVE_DEVFILES),y)
rm -f $(TARGET_DIR)/usr/bin/freetype-config
endif
touch $@
# freetype for the host