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 / xlib_libXpm / xlib_libXpm.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/x11r7/xlib_libXpm/xlib_libXpm.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/x11r7/xlib_libXpm/xlib_libXpm.mk
new file mode 100644 (file)
index 0000000..997ef95
--- /dev/null
@@ -0,0 +1,20 @@
+################################################################################
+#
+# xlib_libXpm
+#
+################################################################################
+
+XLIB_LIBXPM_VERSION = 3.5.11
+XLIB_LIBXPM_SOURCE = libXpm-$(XLIB_LIBXPM_VERSION).tar.bz2
+XLIB_LIBXPM_SITE = http://xorg.freedesktop.org/releases/individual/lib
+XLIB_LIBXPM_LICENSE = MIT
+XLIB_LIBXPM_LICENSE_FILES = COPYING
+XLIB_LIBXPM_INSTALL_STAGING = YES
+# we patch configure.ac
+XLIB_LIBXPM_AUTORECONF = YES
+XLIB_LIBXPM_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xproto_xproto \
+       $(if $(BR2_PACKAGE_GETTEXT),gettext) \
+       $(if $(BR2_PACKAGE_LIBICONV),libiconv) \
+       host-gettext
+
+$(eval $(autotools-package))