[mutter/bilelmoussaoui/meson-without-x11: 7/9] 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: 7/9] build: Make GLX dependent on X11
- Date: Fri, 6 May 2022 13:52:35 +0000 (UTC)
commit 62e6ac969cfa803fc15a13e2722aa2fd7b85c168
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 c9e63a2e3e..a5de88d766 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]