Dominique Leuenberger
12ba8f1e1c
Let's try to get the GTK4 stack ready for TW before we rely on it OBS-URL: https://build.opensuse.org/request/show/443858 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=1
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From cae8fc74ac384efea24fa0625d6d5f76be612b99 Mon Sep 17 00:00:00 2001
|
|
From: Dominique Leuenberger <dimstar@opensuse.org>
|
|
Date: Thu, 24 Nov 2016 19:50:34 +0100
|
|
Subject: [PATCH] Build: Add wayland to GSKs dependencies
|
|
|
|
gskrenderer.c includes gdk/wayland/gdkwayland.h and as a consequence
|
|
we need to be able to locate wayland's headers in case they are not
|
|
in standard location.
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=775038
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 83110e7..8ea6556 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1374,7 +1374,7 @@ GSK_EXTRA_LIBS=
|
|
GSK_EXTRA_CFLAGS=
|
|
|
|
GSK_PACKAGES="gdk-pixbuf-2.0 >= gdk_pixbuf_required_version cairo >= cairo_required_version cairo-gobject >= cairo_required_version graphene-1.0 >= graphene_required_version"
|
|
-GSK_PRIVATE_PACKAGES="epoxy >= epoxy_required_version"
|
|
+GSK_PRIVATE_PACKAGES="epoxy >= epoxy_required_version $WAYLAND_PACKAGES"
|
|
|
|
PKG_CHECK_MODULES(GSK_DEP, $PANGO_PACKAGES $GSK_PACKAGES $GSK_PRIVATE_PACKAGES)
|
|
GSK_DEP_LIBS="$GSK_EXTRA_LIBS $GSK_DEP_LIBS $MATH_LIB"
|
|
--
|
|
2.10.2
|
|
|