svn commit: trunk/buildroot/package/directfb

andersen at uclibc.org andersen at uclibc.org
Thu Apr 6 17:43:31 UTC 2006


Author: andersen
Date: 2006-04-06 10:43:28 -0700 (Thu, 06 Apr 2006)
New Revision: 14767

Log:
tyler writes:
libdirectfb* is copied to target, but when the package builds it also builds
libdirect* and libfusion*, which libdirectfb will call upon, but they are not
copied along with libdirectfb.


Modified:
   trunk/buildroot/package/directfb/directfb.mk


Changeset:
Modified: trunk/buildroot/package/directfb/directfb.mk
===================================================================
--- trunk/buildroot/package/directfb/directfb.mk	2006-04-06 17:40:47 UTC (rev 14766)
+++ trunk/buildroot/package/directfb/directfb.mk	2006-04-06 17:43:28 UTC (rev 14767)
@@ -52,9 +52,12 @@
 	touch -c $(STAGING_DIR)/lib/libdirectfb.so
 
 $(TARGET_DIR)/usr/lib/libdirectfb.so: $(STAGING_DIR)/usr/lib/libdirectfb.so
-	cp -dpf $(STAGING_DIR)/usr/lib/libdirectfb* $(TARGET_DIR)/usr/lib/
+	cp -dpf $(STAGING_DIR)/usr/lib/libdirect* $(STAGING_DIR)/usr/lib/libfusion* $(TARGET_DIR)/usr/lib/
 	cp -rdpf $(STAGING_DIR)/usr/lib/directfb-$(DIRECTFB_VERSION) $(TARGET_DIR)/usr/lib/
-	-$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libdirectfb.so
+	-$(STRIP) --strip-unneeded \
+		$(TARGET_DIR)/usr/lib/libdirectfb.so \
+		$(TARGET_DIR)/usr/lib/libdirect.so \
+		$(TARGET_DIR)/usr/lib/libfusion.so
 
 directfb: uclibc jpeg libpng freetype libsysfs $(TARGET_DIR)/usr/lib/libdirectfb.so
 




More information about the uClibc-cvs mailing list