mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
xorg: remove references to non-existing configuration options
The option BR2_PACKAGE_TINY, BR2_PACKAGE_XORG and BR2_PACKAGE_XGGI don't exist, so do not use them to find the value of the $(XSERVER) variable. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6beeb755fa
commit
b36a589480
@ -384,18 +384,9 @@ endif
|
|||||||
# X Windowing system
|
# X Windowing system
|
||||||
|
|
||||||
XSERVER:=
|
XSERVER:=
|
||||||
ifeq ($(BR2_PACKAGE_TINYX),y)
|
|
||||||
XSERVER+=tinyx
|
|
||||||
endif
|
|
||||||
ifeq ($(BR2_PACKAGE_XORG),y)
|
|
||||||
XSERVER+=xorg
|
|
||||||
endif
|
|
||||||
ifeq ($(BR2_PACKAGE_XORG7),y)
|
ifeq ($(BR2_PACKAGE_XORG7),y)
|
||||||
XSERVER+=xserver_xorg-server
|
XSERVER+=xserver_xorg-server
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_XGGI),y)
|
|
||||||
XSERVER+=xggi
|
|
||||||
endif
|
|
||||||
|
|
||||||
X11_PREFIX:=$(strip $(subst ",, $(BR2_X11_PREFIX)))
|
X11_PREFIX:=$(strip $(subst ",, $(BR2_X11_PREFIX)))
|
||||||
#"))
|
#"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user