diff -Nru vala-panel-0.4.63+dfsg1/debian/changelog vala-panel-0.4.63+dfsg1/debian/changelog --- vala-panel-0.4.63+dfsg1/debian/changelog 2018-09-04 07:19:29.000000000 +0000 +++ vala-panel-0.4.63+dfsg1/debian/changelog 2018-09-16 23:05:38.000000000 +0000 @@ -1,3 +1,9 @@ +vala-panel (0.4.63+dfsg1-1+rpi1) buster-staging; urgency=medium + + * Hack CMakelists.txt to allow build with non-wayland gtk. + + -- Peter Michael Green Sun, 16 Sep 2018 23:05:38 +0000 + vala-panel (0.4.63+dfsg1-1) unstable; urgency=medium * New upstream release. diff -Nru vala-panel-0.4.63+dfsg1/debian/patches/no-wayland.patch vala-panel-0.4.63+dfsg1/debian/patches/no-wayland.patch --- vala-panel-0.4.63+dfsg1/debian/patches/no-wayland.patch 1970-01-01 00:00:00.000000000 +0000 +++ vala-panel-0.4.63+dfsg1/debian/patches/no-wayland.patch 2018-09-16 23:05:38.000000000 +0000 @@ -0,0 +1,29 @@ +Description: Hack CMakelists.txt to allow build with non-wayland gtk. + Raspbian currently builds gtk without wayland support, we may change this in + future. +Author: Peter Michael Green + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: 2018-09-16 + +--- vala-panel-0.4.63+dfsg1.orig/CMakeLists.txt ++++ vala-panel-0.4.63+dfsg1/CMakeLists.txt +@@ -97,7 +97,7 @@ add_definitions(-Wall -Wextra + find_package (PkgConfig) + find_package(GLIB2 2.56 REQUIRED COMPONENTS GOBJECT GIO GIO_UNIX GMODULE GTHREAD CODEGEN MKENUMS GENMARSHAL COMPILE_SCHEMAS COMPILE_RESOURCES) + include(GLibProgramHandlers) +-find_package(GTK 3.22 REQUIRED COMPONENTS GDK X11 WAYLAND) ++find_package(GTK 3.22 REQUIRED COMPONENTS GDK X11) + + set(CORE_PACKAGES + gtk+-3.0 diff -Nru vala-panel-0.4.63+dfsg1/debian/patches/series vala-panel-0.4.63+dfsg1/debian/patches/series --- vala-panel-0.4.63+dfsg1/debian/patches/series 2018-09-03 07:37:19.000000000 +0000 +++ vala-panel-0.4.63+dfsg1/debian/patches/series 2018-09-16 23:05:38.000000000 +0000 @@ -1 +1,2 @@ 2001_no-GitVersion-for-Debian-packaging.patch +no-wayland.patch