diff options
| author | Eric Andersen <andersen@codepoet.org> | 2006-06-23 07:00:53 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2006-06-23 07:00:53 +0000 | 
| commit | 317408b4fa9158d5b331e08d6236eba1a35a5d17 (patch) | |
| tree | b4ab4791de1bf413cca9468533b7128557f448b0 | |
| parent | f2a4704040f9268c02e46686f2ada8730b4b49cc (diff) | |
| download | buildroot-novena-317408b4fa9158d5b331e08d6236eba1a35a5d17.tar.gz buildroot-novena-317408b4fa9158d5b331e08d6236eba1a35a5d17.zip | |
minor tweak
| -rw-r--r-- | package/directfb/directfb.mk | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index a39f92cb8..6115ba286 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -3,7 +3,7 @@  # directfb  #  ############################################################# -DIRECTFB_VERSION:=0.9.24 +DIRECTFB_VERSION:=0.9.25.1  DIRECTFB_SOURCE:=DirectFB-$(DIRECTFB_VERSION).tar.gz  DIRECTFB_SITE:=http://www.directfb.org/downloads/Core  DIRECTFB_CAT:=zcat @@ -53,7 +53,7 @@ $(STAGING_DIR)/usr/lib/libdirectfb.so: $(DIRECTFB_DIR)/.compiled  $(TARGET_DIR)/usr/lib/libdirectfb.so: $(STAGING_DIR)/usr/lib/libdirectfb.so  	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/ +	cp -rdpf $(STAGING_DIR)/usr/lib/directfb-* $(TARGET_DIR)/usr/lib/  	-$(STRIP) --strip-unneeded \  		$(TARGET_DIR)/usr/lib/libdirectfb.so \  		$(TARGET_DIR)/usr/lib/libdirect.so \ | 
