File: clutter-meson-Ensure-all-wayland-compositor-APIs-are-buil.patch

package info (click to toggle)
clutter-1.0 1.26.4%2Bgit2779b932%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,672 kB
  • sloc: ansic: 130,756; xml: 1,641; makefile: 1,607; sh: 980; perl: 192; ruby: 167
file content (21 lines) | stat: -rw-r--r-- 695 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?b?Ik1hcmNvIFRyZXZpc2FuIChUcmV2acOxbyki?= <mail@3v1n0.net>
Date: Tue, 7 Mar 2023 19:59:06 +0100
Subject: clutter/meson: Ensure all wayland compositor APIs are built

---
 clutter/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clutter/meson.build b/clutter/meson.build
index 4fc76e6..ec166be 100644
--- a/clutter/meson.build
+++ b/clutter/meson.build
@@ -355,7 +355,7 @@ if enabled_backends.contains('wayland')
     '#define CLUTTER_INPUT_WAYLAND "wayland"',
   ]
 
-  if get_variable('enable_wayland_compositor', false)
+  if get_option('wayland_compositor')
     clutter_config += '#define CLUTTER_HAS_WAYLAND_COMPOSITOR_SUPPORT 1'
   endif
 endif