[gtk/gtk-3-24-meson: 12/95] meson: Disable X11 support on Darwin
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24-meson: 12/95] meson: Disable X11 support on Darwin
- Date: Thu, 11 Apr 2019 14:52:25 +0000 (UTC)
commit 9109efb19e4bc92a81ad972f938856c6d6bf01f8
Author: Philippe Normand <phil base-art net>
Date: Sun Nov 25 17:20:54 2018 +0000
meson: Disable X11 support on Darwin
The Quartz backend should fulfill most requirements anyway.
meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index a78876f884..94ed7e155a 100644
--- a/meson.build
+++ b/meson.build
@@ -108,6 +108,7 @@ os_unix = not os_win32
if os_darwin
wayland_enabled = false
+ x11_enabled = false
else
quartz_enabled = false
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]