blob: f571e77450e17c19764073602360bb84afaa5a96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Link against libX11
fm-desktop.c uses XSendEvent, so we should link against libX11.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Index: b/configure.in
===================================================================
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,8 @@
pkg_modules="gtk+-2.0 >= 2.6.0 \
gthread-2.0 \
- libstartup-notification-1.0"
+ libstartup-notification-1.0 \
+ x11"
AC_FUNC_MMAP
|