x11r7/libXaw: use install-strip for target install

Saves ~3 MB
This commit is contained in:
Peter Korsgaard 2008-10-19 21:48:55 +00:00
parent 78fa144ee3
commit b522386129
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ XLIB_LIBXAW_SOURCE = libXaw-$(XLIB_LIBXAW_VERSION).tar.bz2
XLIB_LIBXAW_SITE = http://xorg.freedesktop.org/releases/individual/lib XLIB_LIBXAW_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXAW_AUTORECONF = NO XLIB_LIBXAW_AUTORECONF = NO
XLIB_LIBXAW_INSTALL_STAGING = YES XLIB_LIBXAW_INSTALL_STAGING = YES
XLIB_LIBXAW_INSTALL_TARGET = YES
XLIB_LIBXAW_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip
XLIB_LIBXAW_DEPENDENCIES = xlib_libX11 xlib_libXt xlib_libXmu xlib_libXpm xproto_xproto xlib_libXp XLIB_LIBXAW_DEPENDENCIES = xlib_libX11 xlib_libXt xlib_libXmu xlib_libXpm xproto_xproto xlib_libXp
XLIB_LIBXAW_CONF_OPT = --enable-shared --disable-static XLIB_LIBXAW_CONF_OPT = --enable-shared --disable-static