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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/pcmanfm/0001-link-against-libx11.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/pcmanfm/0001-link-against-libx11.patch
new file mode 100644 (file)
index 0000000..f571e77
--- /dev/null
@@ -0,0 +1,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