summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/ristretto/files/0001-Fix-build-after-update-of-xfconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-apps/ristretto/files/0001-Fix-build-after-update-of-xfconf.patch')
-rw-r--r--meta-xfce/recipes-apps/ristretto/files/0001-Fix-build-after-update-of-xfconf.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-xfce/recipes-apps/ristretto/files/0001-Fix-build-after-update-of-xfconf.patch b/meta-xfce/recipes-apps/ristretto/files/0001-Fix-build-after-update-of-xfconf.patch
deleted file mode 100644
index 5cdc8c728..000000000
--- a/meta-xfce/recipes-apps/ristretto/files/0001-Fix-build-after-update-of-xfconf.patch
+++ /dev/null
@@ -1,40 +0,0 @@
1From 2b6bdb860ef53975c7e866f393b61d253c00754d Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
3Date: Mon, 22 Jan 2018 15:52:09 +0100
4Subject: [PATCH] Fix build after update of xfconf
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9xfconf stopped using dbus-glib so required flags must be included here
10
11Upstream-Status: Pending
12
13Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
14---
15 src/Makefile.am | 2 ++
16 1 file changed, 2 insertions(+)
17
18diff --git a/src/Makefile.am b/src/Makefile.am
19index 36a31dc..3dd56bc 100644
20--- a/src/Makefile.am
21+++ b/src/Makefile.am
22@@ -30,6 +30,7 @@ ristretto_CFLAGS = \
23 $(GIO_UNIX_CFLAGS) \
24 $(LIBEXIF_CFLAGS) \
25 $(XFCONF_CFLAGS) \
26+ $(DBUS_GLIB_CFLAGS) \
27 $(EXO_CFLAGS) \
28 $(CAIRO_CFLAGS) \
29 $(LIBXFCE4UTIL_CFLAGS) \
30@@ -48,6 +49,7 @@ ristretto_LDADD = \
31 $(GIO_UNIX_LIBS) \
32 $(LIBEXIF_LIBS) \
33 $(XFCONF_LIBS) \
34+ $(DBUS_GLIB_LIBS) \
35 $(EXO_LIBS) \
36 $(CAIRO_LIBS) \
37 $(LIBXFCE4UTIL_LIBS) \
38--
392.14.3
40