[Xfce4-commits] [xfce/exo] 01/02: exo-helper: Add gio-unix-2.0 dependency
noreply at xfce.org
noreply at xfce.org
Fri Nov 15 12:51:39 CET 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/exo.
commit ce67e843a39d913e1d54a30cfd7480565bae9227
Author: Jan Tojnar <jtojnar at gmail.com>
Date: Sat Aug 24 12:29:40 2019 +0200
exo-helper: Add gio-unix-2.0 dependency
On some systems, gtk-3.0 does not imply gio-unix-2.0, resulting in broken builds:
exo-helper.c:47:10: fatal error: gio/gdesktopappinfo.h: No such file or directory
#include <gio/gdesktopappinfo.h>
^~~~~~~~~~~~~~~~~~~~~~~
All direct dependencies ought to be declared!
Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
exo-helper/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/exo-helper/Makefile.am b/exo-helper/Makefile.am
index 635bd68..4b0510e 100644
--- a/exo-helper/Makefile.am
+++ b/exo-helper/Makefile.am
@@ -37,6 +37,7 @@ exo_helper_2_SOURCES = \
exo_helper_2_CFLAGS = \
$(GTK3_CFLAGS) \
+ $(GIO_UNIX_CFLAGS) \
$(LIBXFCE4UTIL_CFLAGS) \
$(LIBXFCE4UI2_CFLAGS)
@@ -45,6 +46,7 @@ exo_helper_2_DEPENDENCIES = \
exo_helper_2_LDADD = \
$(GTK3_LIBS) \
+ $(GIO_UNIX_LIBS) \
$(LIBXFCE4UTIL_LIBS) \
$(LIBXFCE4UI2_LIBS) \
$(top_builddir)/exo/libexo-2.la
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list