summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-09-02 17:31:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-09-02 17:37:16 +0200
commit85f3fc83f5d415cb19eae78b057ff39c37b81b4c (patch)
tree19a13f50321b4952423cf7dcdbdab352299bca47
parent3874c1283deabf9b300687ce0cdae4275afad167 (diff)
downloadptxdist-85f3fc83f5d415cb19eae78b057ff39c37b81b4c.tar.gz
ptxdist-85f3fc83f5d415cb19eae78b057ff39c37b81b4c.tar.xz
xorg-server: move dependencies to the toplevel option
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/xorg-server.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/xorg-server.in b/rules/xorg-server.in
index 030b3a72d..82835a219 100644
--- a/rules/xorg-server.in
+++ b/rules/xorg-server.in
@@ -40,6 +40,7 @@ menuconfig XORG_SERVER
# glx triggered
select XORG_LIB_X11 if XORG_SERVER_EXT_GLX
select MESALIB if XORG_SERVER_EXT_GLX
+ select MESALIB_GLX if XORG_SERVER_EXT_GLX
# dri triggered
select MESALIB if XORG_SERVER_EXT_DRI
@@ -311,7 +312,6 @@ config XORG_SERVER_EXT_GLX
select XORG_SERVER_EXT_XRES
# This select doesn't work! But it is workarounded by mesalib only
# presenting the DRI driver as it's backend if GLX is active.
- select MESALIB_GLX
prompt "glx extension"
help
--enable-glx