blackbox: cleanup redundant configure args

This commit is contained in:
Peter Korsgaard 2008-08-26 20:46:58 +00:00
parent ecb94d810c
commit dda7688100
1 changed files with 1 additions and 4 deletions

View File

@ -12,12 +12,9 @@ BLACKBOX_INSTALL_STAGING = NO
BLACKBOX_INSTALL_TARGET = YES
BLACKBOX_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip
BLACKBOX_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) --prefix=/usr \
--sysconfdir=/etc --x-includes=$(STAGING_DIR)/usr/include/X11 \
BLACKBOX_CONF_OPT = --x-includes=$(STAGING_DIR)/usr/include/X11 \
--x-libraries=$(STAGING_DIR)/usr/lib
BLACKBOX_DEPENDENCIES = uclibc $(XSERVER)
$(eval $(call AUTOTARGETS,package,blackbox))