diff options
| author | Eric Andersen | 2006-06-23 09:00:53 +0200 |
|---|---|---|
| committer | Eric Andersen | 2006-06-23 09:00:53 +0200 |
| commit | 317408b4fa9158d5b331e08d6236eba1a35a5d17 (patch) | |
| tree | b4ab4791de1bf413cca9468533b7128557f448b0 | |
| parent | patch from John Gatewood Ham, add lsof (diff) | |
| download | buildroot-317408b4fa9158d5b331e08d6236eba1a35a5d17.tar.gz buildroot-317408b4fa9158d5b331e08d6236eba1a35a5d17.tar.xz buildroot-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 \ |
