From: Marc-André Lureau <[email protected]>
Signed-off-by: Marc-André Lureau <[email protected]>
---
ui/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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()
--
2.41.0