diff mbox series

[62/67] ui/gtk: -display gtk requires PIXMAN

Message ID 20230830093843.3531473-63-marcandre.lureau@redhat.com
State New
Headers show
Series Make pixman an optional dependency | expand

Commit Message

Marc-André Lureau Aug. 30, 2023, 9:38 a.m. UTC
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 ui/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ui/meson.build b/ui/meson.build
index 08d845d43a..40dff7b3e0 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -105,7 +105,7 @@  if dbus_display
   ui_modules += {'dbus' : dbus_ss}
 endif
 
-if gtk.found()
+if gtk.found() and pixman.found()
   system_ss.add(when: 'CONFIG_WIN32', if_true: files('win32-kbd-hook.c'))
 
   gtk_ss = ss.source_set()