[gtk/wip/nirbheek/gtk-3-24-meson: 24/34] 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: 24/34] meson: Disable X11 support on Darwin
- Date: Tue, 4 Dec 2018 07:14:55 +0000 (UTC)
commit 4bf4b36bc42caeb7d8150891977a6d762353c827
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]