[OE-core] [PATCH] gtk+3: fix Wayland-only builds

Ross Burton ross.burton at intel.com
Tue Jul 21 11:50:35 UTC 2015


When configured with just the Wayland backend (no X11), not enough
Pango headers were included.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-gnome/gtk+/gtk+3/wayland-pango.patch | 28 +++++++++++++++++++++++
 meta/recipes-gnome/gtk+/gtk+3_3.16.4.bb           |  1 +
 2 files changed, 29 insertions(+)
 create mode 100644 meta/recipes-gnome/gtk+/gtk+3/wayland-pango.patch

diff --git a/meta/recipes-gnome/gtk+/gtk+3/wayland-pango.patch b/meta/recipes-gnome/gtk+/gtk+3/wayland-pango.patch
new file mode 100644
index 0000000..1d6f12b
--- /dev/null
+++ b/meta/recipes-gnome/gtk+/gtk+3/wayland-pango.patch
@@ -0,0 +1,28 @@
+Upstream-Status: Backport
+Signed-off-by: Ross Burton <ross.burton at intel.com>
+
+From 802b006b3768ddc8c8cdf0af27428e7042c36509 Mon Sep 17 00:00:00 2001
+From: nick <oavc-fujie at yandex.com>
+Date: Mon, 29 Jun 2015 20:37:26 +0100
+Subject: settings: Include pangofc-fontmap.h header on Wayland
+
+In case the X11 backend is not enabled, we still need to include the
+pangofc-fontmap.h header file, as we use the Pango/FontConfig API in
+both the X11 and Wayland case.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=751625
+
+diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
+index 327faf5..a40cb84 100644
+--- a/gtk/gtksettings.c
++++ b/gtk/gtksettings.c
+@@ -41,6 +41,7 @@
+ 
+ #ifdef GDK_WINDOWING_WAYLAND
+ #include "wayland/gdkwayland.h"
++#include <pango/pangofc-fontmap.h>
+ #endif
+ 
+ #ifdef GDK_WINDOWING_BROADWAY
+-- 
+cgit v0.10.2
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.16.4.bb b/meta/recipes-gnome/gtk+/gtk+3_3.16.4.bb
index 3a45afc..4bb6b0c 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.16.4.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.16.4.bb
@@ -5,6 +5,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \
            file://hardcoded_libtool.patch \
            file://Dont-force-csd.patch \
+           file://wayland-pango.patch \
           "
 
 SRC_URI[md5sum] = "c7497aaf6730524a127597b768a73bd7"
-- 
2.1.4




More information about the Openembedded-core mailing list