x11r7/xserver: use install-strip for target install
This commit is contained in:
parent
9dcce967a8
commit
b0457a0ab7
@ -52,7 +52,7 @@ XSERVER_XORG_SERVER_CONF_OPT = $(XSERVER_XORG_ENABLE_KDRIVE) \
|
||||
CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1"
|
||||
|
||||
XSERVER_XORG_SERVER_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install install-data
|
||||
XSERVER_XORG_SERVER_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||
XSERVER_XORG_SERVER_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip
|
||||
|
||||
# Optional packages
|
||||
ifeq ($(strip $(BR2_PACKAGE_TSLIB)),y)
|
||||
|
Loading…
Reference in New Issue
Block a user