[Pommed-commits] [SCM] pommed - hotkeys handler for Apple laptops branch, master, updated. 1.30-2-g0a22e10
Julien BLACHE
jb at jblache.org
Fri Nov 13 17:37:12 UTC 2009
The following commit has been merged in the master branch:
commit 0a22e102b78d0d8351a883fadc30b4635b4eb1c4
Author: Julien BLACHE <jb at jblache.org>
Date: Fri Nov 13 18:36:35 2009 +0100
Add -lX11 to gpomme, needed by the common client code
diff --git a/gpomme/Makefile b/gpomme/Makefile
index 3d4bcfc..438d152 100644
--- a/gpomme/Makefile
+++ b/gpomme/Makefile
@@ -18,7 +18,7 @@ CONFUSE_LIBS = $(shell pkg-config libconfuse --libs)
INOTIFY_CFLAGS = $(shell test -e /usr/include/sys/inotify.h || echo -DNO_SYS_INOTIFY_H)
CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(DBUSGLIB_CFLAGS) $(GTK_CFLAGS) $(CONFUSE_CFLAGS) $(GLADE_CFLAGS) $(INOTIFY_CFLAGS)
-LDFLAGS = -lpthread $(DBUS_LIBS) $(DBUSGLIB_LIBS) $(GTK_LIBS) $(CONFUSE_LIBS) $(GLADE_LIBS)
+LDFLAGS = -lpthread -lX11 $(DBUS_LIBS) $(DBUSGLIB_LIBS) $(GTK_LIBS) $(CONFUSE_LIBS) $(GLADE_LIBS)
SOURCES = gpomme.c theme.c conffile.c \
../client-common/dbus-client.c \
--
pommed - hotkeys handler for Apple laptops
More information about the Pommed-commits
mailing list