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 / xcb-util-keysyms / xcb-util-keysyms.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/x11r7/xcb-util-keysyms/xcb-util-keysyms.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/x11r7/xcb-util-keysyms/xcb-util-keysyms.mk
new file mode 100644 (file)
index 0000000..9036b06
--- /dev/null
@@ -0,0 +1,18 @@
+################################################################################
+#
+# xcb-util-keysyms
+#
+################################################################################
+
+XCB_UTIL_KEYSYMS_VERSION = 0.4.0
+XCB_UTIL_KEYSYMS_SOURCE = xcb-util-keysyms-$(XCB_UTIL_KEYSYMS_VERSION).tar.bz2
+XCB_UTIL_KEYSYMS_SITE = http://xcb.freedesktop.org/dist
+
+# unfortunately, no license file
+XCB_UTIL_KEYSYMS_LICENSE = MIT
+
+XCB_UTIL_KEYSYMS_INSTALL_STAGING = YES
+
+XCB_UTIL_KEYSYMS_DEPENDENCIES = host-pkgconf libxcb
+
+$(eval $(autotools-package))