summaryrefslogtreecommitdiffstats
path: root/gnome-applets-libs.patch
blob: 8de62dcdf7a769683828046b13f06ee971217385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff -up gnome-applets-2.29.5/geyes/Makefile.am.libs gnome-applets-2.29.5/geyes/Makefile.am
--- gnome-applets-2.29.5/geyes/Makefile.am.libs	2010-02-14 14:27:43.528930009 -0500
+++ gnome-applets-2.29.5/geyes/Makefile.am	2010-02-14 14:27:54.382903748 -0500
@@ -17,7 +17,8 @@ geyes_applet2_SOURCES =	\
 
 geyes_applet2_LDADD = 		\
 	$(GNOME_APPLETS_LIBS)	\
-	$(GNOME_LIBS2_LIBS)
+	$(GNOME_LIBS2_LIBS)	\
+	-lm
 
 serverdir       = $(libdir)/bonobo/servers
 server_in_files = GNOME_GeyesApplet.server.in
diff -up gnome-applets-2.29.5/trashapplet/src/Makefile.am.libs gnome-applets-2.29.5/trashapplet/src/Makefile.am
--- gnome-applets-2.29.5/trashapplet/src/Makefile.am.libs	2010-02-14 14:41:41.502904384 -0500
+++ gnome-applets-2.29.5/trashapplet/src/Makefile.am	2010-02-14 14:42:17.442905215 -0500
@@ -15,6 +15,7 @@ trashapplet_SOURCES = \
 trashapplet_LDADD = 		\
 	$(GNOME_APPLETS_LIBS) 	\
 	$(GNOME_LIBS2_LIBS)	\
-	$(GIO_LIBS)
+	$(GIO_LIBS)		\
+	-lX11
 
 -include $(top_srcdir)/git.mk