[gtk/wip/nirbheek/gtk-3-24-meson: 4/7] meson: Disable X11 support on Darwin
- From: Nirbheek Chauhan <nirbheekc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/nirbheek/gtk-3-24-meson: 4/7] meson: Disable X11 support on Darwin
- Date: Sun, 25 Nov 2018 17:46:28 +0000 (UTC)
commit 46452ec3efd8065f9d608f58815f79c5be49d0c3
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 f253213bc3..8cded8d5c6 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]