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 / x11r7 / libxcb / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/x11r7/libxcb/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/x11r7/libxcb/Config.in
new file mode 100644 (file)
index 0000000..32569f7
--- /dev/null
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_LIBXCB
+       bool "libxcb"
+       select BR2_PACKAGE_LIBPTHREAD_STUBS
+       select BR2_PACKAGE_XCB_PROTO
+       select BR2_PACKAGE_XLIB_LIBXDMCP
+       select BR2_PACKAGE_XLIB_LIBXAU
+       help
+         The X protocol C-language Binding (XCB) is a replacement for
+         Xlib featuring a small footprint, latency hiding, direct access
+         to the protocol, improved threading support, and extensibility.
+
+         http://xcb.freedesktop.org/