[Xfce4-commits] [apps/xfdashboard] 01/01: Add GTK_CFLAGS and GTK_LIBS to Makefile.am of xfdashboard. At least distributions derived from upcoming Ubuntu 16.04 need these two statements to compile and link xfdashboard main application successfully. Otherwise the compiler cries for missing gtk_* symbols.

noreply at xfce.org noreply at xfce.org
Fri Mar 18 20:32:29 CET 2016


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 2de7c34c2f81eb2bd897b10e2399a801d86d97f3
Author: Stephan Haller <nomad at froevel.de>
Date:   Fri Mar 18 20:30:40 2016 +0100

    Add GTK_CFLAGS and GTK_LIBS to Makefile.am of xfdashboard. At least distributions derived from upcoming Ubuntu 16.04 need these two statements to compile and link xfdashboard main application successfully. Otherwise the compiler cries for missing gtk_* symbols.
---
 xfdashboard/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xfdashboard/Makefile.am b/xfdashboard/Makefile.am
index 572eaa2..f1a91cd 100644
--- a/xfdashboard/Makefile.am
+++ b/xfdashboard/Makefile.am
@@ -18,6 +18,7 @@ xfdashboard_CFLAGS = \
 	$(GLIB_CFLAGS) \
 	$(LIBXFCONF_CFLAGS) \
 	$(LIBXFCE4UTIL_CFLAGS) \
+	$(GTK_CFLAGS) \
 	$(PLATFORM_CFLAGS)
 
 xfdashboard_LDADD = \
@@ -25,6 +26,7 @@ xfdashboard_LDADD = \
 	$(GLIB_LIBS) \
 	$(LIBXFCONF_LIBS) \
 	$(LIBXFCE4UTIL_LIBS) \
+	$(GTK_LIBS) \
 	$(top_builddir)/libxfdashboard/libxfdashboard.la
 
 xfdashboard_LDFLAGS = \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list