summaryrefslogtreecommitdiffstats
path: root/package/libgtk2
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-10-27 09:45:41 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-10-27 09:45:41 +0000
commitc8f70347ec875891370e7bc37a8eee866e30a332 (patch)
tree8990023b8a90b977de6f1259ec2b188a43ef2cfc /package/libgtk2
parenta574856e192fe5dc0525af711713154ba97eb7b1 (diff)
downloadbuildroot-novena-c8f70347ec875891370e7bc37a8eee866e30a332.tar.gz
buildroot-novena-c8f70347ec875891370e7bc37a8eee866e30a332.zip
Strip libgtk2 in the target
Rely on the sane default values of Makefile.autotools.in for the staging and target installs. The immediate benefit is that the target install will use install-strip instead of install, leading to a quite nice size reduction in the libraries. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libgtk2')
-rw-r--r--package/libgtk2/libgtk2.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libgtk2/libgtk2.mk b/package/libgtk2/libgtk2.mk
index 4a5cc44ff..a0a0ab832 100644
--- a/package/libgtk2/libgtk2.mk
+++ b/package/libgtk2/libgtk2.mk
@@ -9,8 +9,6 @@ LIBGTK2_SITE = ftp://ftp.gtk.org/pub/gtk/2.12
LIBGTK2_AUTORECONF = NO
LIBGTK2_INSTALL_STAGING = YES
LIBGTK2_INSTALL_TARGET = YES
-LIBGTK2_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
-LIBGTK2_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
LIBGTK2_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
glib_cv_uscore=no \