[mutter/bilelmoussaoui/meson-without-x11: 20/21] build: Make GLX dependent on X11
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/bilelmoussaoui/meson-without-x11: 20/21] build: Make GLX dependent on X11
- Date: Wed, 25 May 2022 14:42:13 +0000 (UTC)
commit 978377940ad85e201e731e530c359de250fe6cb0
Author: Christian Rauch <rauch christian gmx de>
Date: Wed May 4 12:21:23 2022 +0200
build: Make GLX dependent on X11
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 48e66a58bc..2bb71cc11b 100644
--- a/meson.build
+++ b/meson.build
@@ -177,7 +177,7 @@ if have_egl
egl_dep = dependency('egl')
endif
-have_glx = get_option('glx')
+have_glx = get_option('glx') and have_x11_client
if have_glx
if not have_gl
error('GLX support requires OpenGL to be enabled')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]