[Xfce4-commits] [xfce/xfce4-session] 02/02: Add missing X11 libs for the engines

noreply at xfce.org noreply at xfce.org
Thu May 26 09:53:36 CEST 2016


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

eric pushed a commit to branch master
in repository xfce/xfce4-session.

commit 4efc029473c00d061bcdb393a1ca4094ae6da976
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Thu May 26 09:50:03 2016 +0300

    Add missing X11 libs for the engines
---
 engines/balou/Makefile.am  | 3 +++
 engines/mice/Makefile.am   | 3 +++
 engines/simple/Makefile.am | 1 +
 3 files changed, 7 insertions(+)

diff --git a/engines/balou/Makefile.am b/engines/balou/Makefile.am
index d049a35..1f16740 100644
--- a/engines/balou/Makefile.am
+++ b/engines/balou/Makefile.am
@@ -20,6 +20,7 @@ libbalou_la_CFLAGS =							\
 	-I$(top_srcdir)							\
 	$(LIBXFCE4UI_CFLAGS)						\
 	$(XFCONF_CFLAGS)						\
+	$(LIBX11_CFLAGS)						\
 	-DBALOU_EXPORT_THEME=\"$(HELPER_PATH_PREFIX)/xfce4/session/balou-export-theme\" \
 	-DBALOU_INSTALL_THEME=\"$(HELPER_PATH_PREFIX)/xfce4/session/balou-install-theme\"
 
@@ -32,6 +33,8 @@ libbalou_la_LIBADD =							\
 	$(top_builddir)/libxfsm/libxfsm-4.6.la				\
 	$(LIBXFCE4UI_LIBS)						\
 	$(XFCONF_LIBS)							\
+	$(LIBX11_LDFLAGS)						\
+	$(LIBX11_LIBS)							\
 	$(LIBM)
 
 
diff --git a/engines/mice/Makefile.am b/engines/mice/Makefile.am
index 8d5db2a..a1a5294 100644
--- a/engines/mice/Makefile.am
+++ b/engines/mice/Makefile.am
@@ -10,6 +10,7 @@ libmice_la_SOURCES =							\
 libmice_la_CFLAGS =							\
 	-I$(top_srcdir)							\
 	$(LIBXFCE4UI_CFLAGS)						\
+	$(LIBX11_CFLAGS)						\
 	$(XFCONF_CFLAGS)
 
 libmice_la_LDFLAGS =							\
@@ -20,6 +21,8 @@ libmice_la_LDFLAGS =							\
 libmice_la_LIBADD =							\
 	$(top_builddir)/libxfsm/libxfsm-4.6.la				\
 	$(LIBXFCE4UI_LIBS)						\
+	$(LIBX11_LDFLAGS)						\
+	$(LIBX11_LIBS)							\
 	$(XFCONF_LIBS)
 
 libmice_la_DEPENDENCIES =						\
diff --git a/engines/simple/Makefile.am b/engines/simple/Makefile.am
index 0e49397..6737c2b 100644
--- a/engines/simple/Makefile.am
+++ b/engines/simple/Makefile.am
@@ -17,6 +17,7 @@ libsimple_la_LDFLAGS =							\
 	-avoid-version							\
 	-no-undefined							\
 	-module								\
+	$(LIBX11_LIBS)							\
 	$(LIBX11_LDFLAGS)
 
 libsimple_la_LIBADD =							\

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


More information about the Xfce4-commits mailing list