Commit dda76881 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

blackbox: cleanup redundant configure args

parent ecb94d81
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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))