Hack one of the test programs to build with non wayland gtk/gdk
authorPeter Michael Green <plugwash@raspbian.org>
Sun, 23 Sep 2018 15:39:44 +0000 (15:39 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 23 Sep 2018 15:39:44 +0000 (15:39 +0000)
debian/changelog
src/tests/test-client.c

index 710a6d22ee62aaa8e909aa9a7367ce3e191433d3..7001ceab296f5ff40f73a5d668488f59b84962bb 100644 (file)
@@ -6,6 +6,8 @@ mutter (3.30.0-1+rpi1) buster-staging; urgency=medium
   * Fix clean target
   [changes introduced in 3.28.1-1+rpi1 by Peter Michael Green]
   * Add build-depends on libgles2-mesa-dev
+  [changes introduce in 3.30.0-1+rpi1 by Peter Michael Green]
+  * Hack one of the test programs to build with non wayland gtk/gdk
 
  -- Peter Michael Green <plugwash@raspbian.org>  Sat, 22 Sep 2018 11:59:57 +0000
 
index 214f78181a00c8e239811e1e9e0b9d3d7bca76d9..82672ff8b574ab3bed4b822ae1febabdb54a9d4c 100644 (file)
@@ -20,7 +20,7 @@
 #include <gio/gunixinputstream.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkx.h>
-#include <gdk/gdkwayland.h>
+//#include <gdk/gdkwayland.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>