5ff8a7156b
Add a patch to libXpm to fix build on noMMU architectures. Fixes: http://autobuild.buildroot.org/results/c57/c571b0a9d9f36a445ea36a4bd609154f9a9bddd5/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
612 B
Makefile
19 lines
612 B
Makefile
################################################################################
|
|
#
|
|
# 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 \
|
|
host-gettext
|
|
|
|
$(eval $(autotools-package))
|