mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_none
The BR2_PACKAGE_XSERVER_none option has gone, so use BR2_PACKAGE_XORG7 instead. It is more logical to test if BR2_PACKAGE_XORG7 is set to know if an X.org server is available, than testing if BR2_PACKAGE_XSERVER_none is set to know if an X.org server is *not* available. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -77,7 +77,7 @@ else
|
||||
CLASSPATH_CONF_OPT+= --disable-gtk-peer
|
||||
endif
|
||||
|
||||
ifneq ($(BR2_PACKAGE_XSERVER_none),y)
|
||||
ifeq ($(BR2_PACKAGE_XORG7),y)
|
||||
CLASSPATH_DEPENDENCIES+= $(XSERVER)
|
||||
CLASSPATH_CONF_OPT+= --with-x \
|
||||
--x-includes=$(STAGING_DIR)/usr/include/X11 \
|
||||
|
||||
Reference in New Issue
Block a user