* [Buildroot] svn commit: trunk/buildroot/package/pixman
@ 2008-08-26 19:22 jacmet at uclibc.org
0 siblings, 0 replies; only message in thread
From: jacmet at uclibc.org @ 2008-08-26 19:22 UTC (permalink / raw)
To: buildroot
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))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-26 19:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 19:22 [Buildroot] svn commit: trunk/buildroot/package/pixman jacmet at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox