The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / pcmanfm / 0001-link-against-libx11.patch
1 Link against libX11
2
3 fm-desktop.c uses XSendEvent, so we should link against libX11.
4
5 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6
7 Index: b/configure.in
8 ===================================================================
9 --- a/configure.in
10 +++ b/configure.in
11 @@ -12,7 +12,8 @@
12  
13  pkg_modules="gtk+-2.0 >= 2.6.0 \
14               gthread-2.0 \
15 -             libstartup-notification-1.0"
16 +             libstartup-notification-1.0 \
17 +            x11"
18  
19  AC_FUNC_MMAP
20