[Xfce4-commits] <xfdesktop:master> Link settings dialog to x11.

Nick Schermer noreply at xfce.org
Sat Mar 6 18:48:01 CET 2010


Updating branch refs/heads/master
         to 220aa9fd7ecb9ad6df92c49532c32a579c10d965 (commit)
       from 630091efed45842ab7a73f7764e3ee299e8b4a66 (commit)

commit 220aa9fd7ecb9ad6df92c49532c32a579c10d965
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Mar 6 18:38:17 2010 +0100

    Link settings dialog to x11.
    
    This fixes building with --no-add-needed.

 settings/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/settings/Makefile.am b/settings/Makefile.am
index 0d9e0af..e169eda 100644
--- a/settings/Makefile.am
+++ b/settings/Makefile.am
@@ -13,6 +13,7 @@ xfdesktop_settings_CFLAGS =						\
 	$(LIBXFCE4UI_CFLAGS)						\
 	$(XFCONF_CFLAGS)							\
 	$(GTHREAD_CFLAGS)							\
+	$(LIBX11_CFLAGS)							\
 	-DG_LOG_DOMAIN=\"xfdesktop-settings\"		\
 	-DEXO_API_SUBJECT_TO_CHANGE					\
 	-DLOCALEDIR=\"$(localedir)\"				\
@@ -24,7 +25,8 @@ xfdesktop_settings_LDADD =						\
 	$(XFCONF_LIBS)								\
 	$(LIBXFCE4UI_LIBS)							\
 	$(LIBEXO_LIBS)								\
-	$(GTHREAD_LIBS)
+	$(GTHREAD_LIBS)								\
+	$(LIBX11_LIBS)
 
 if HAVE_CYGWIN
   xfdesktop_settings_LDADD += \



More information about the Xfce4-commits mailing list