[Buildroot] svn commit: trunk/buildroot/package/pixman

jacmet at uclibc.org jacmet at uclibc.org
Tue Aug 26 19:22:47 UTC 2008


Author: jacmet
Date: 2008-08-26 12:22:46 -0700 (Tue, 26 Aug 2008)
New Revision: 23211

Log:
pixman: cleanup staging + target install

- install-data installs a subset of install / install-strip, so just drop it
- use install-strip for target

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


Changeset:
Modified: trunk/buildroot/package/pixman/pixman.mk
===================================================================
--- trunk/buildroot/package/pixman/pixman.mk	2008-08-26 16:27:25 UTC (rev 23210)
+++ trunk/buildroot/package/pixman/pixman.mk	2008-08-26 19:22:46 UTC (rev 23211)
@@ -8,7 +8,7 @@
 PIXMAN_SITE = http://cairographics.org/releases/
 PIXMAN_AUTORECONF = NO
 PIXMAN_INSTALL_STAGING = YES
-PIXMAN_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install install-data
-PIXMAN_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install install-data
+PIXMAN_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
+PIXMAN_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip
 
 $(eval $(call AUTOTARGETS,package,pixman))




More information about the buildroot mailing list