Commit ef2c11e5 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

Remove unused X11_PREFIX option

parent d54f37fb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -551,7 +551,6 @@ BR2_PACKAGE_XSERVER_none=y
# BR2_PACKAGE_XSERVER_x11r7 is not set
# BR2_PACKAGE_XSERVER_xorg is not set
# BR2_PACKAGE_XSERVER_tinyx is not set
BR2_X11_PREFIX="/usr"

#
# X libraries and helper libraries
+0 −1
Original line number Diff line number Diff line
@@ -568,7 +568,6 @@ BR2_PACKAGE_QT_OPENSSL=y
# BR2_PACKAGE_XSERVER_none is not set
# BR2_PACKAGE_XSERVER_xorg is not set
# BR2_PACKAGE_XSERVER_tinyx is not set
BR2_X11_PREFIX="/usr"
# BR2_PACKAGE_XORG7 is not set

#
+0 −4
Original line number Diff line number Diff line
@@ -292,9 +292,5 @@ else
ENABLE_DEBUG:=
endif

# X Windowing system

X11_PREFIX:=$(call qstrip,$(BR2_X11_PREFIX))

include package/Makefile.autotools.in
include package/Makefile.package.in
+0 −7
Original line number Diff line number Diff line
@@ -29,13 +29,6 @@ config BR2_PACKAGE_XSERVER_tinyx

endchoice

config BR2_X11_PREFIX
	string
	default "/usr/X11R6"	if BR2_PACKAGE_XSERVER_xorg
	default "/usr"		if BR2_PACKAGE_XSERVER_tinyx
	help
	  X11 apps root location

menu "X11R7 Servers"
	source package/x11r7/xserver_xorg-server/Config.in
endmenu