Explorar o código

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

As noticed by Thomas Petazzoni.
Peter Korsgaard %!s(int64=16) %!d(string=hai) anos
pai
achega
eee376bc8e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      package/freetype/freetype.mk

+ 4 - 0
package/freetype/freetype.mk

@@ -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