mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
x11r7/xserver: use install-strip for target install
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user