f9a88bdc75
Removed patch applied upstream: https://cgit.freedesktop.org/xorg/lib/libXpm/commit/?id=7af7c5e275b69daedee3696bee1e880586f30373 Removed autoreconf. Added all hashes provided by upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
23 lines
756 B
Makefile
23 lines
756 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXpm
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXPM_VERSION = 3.5.13
|
|
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 COPYRIGHT
|
|
XLIB_LIBXPM_INSTALL_STAGING = YES
|
|
XLIB_LIBXPM_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xorgproto \
|
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
|
$(TARGET_NLS_DEPENDENCIES)
|
|
XLIB_LIBXPM_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
|
|
|
ifeq ($(BR2_SYSTEM_ENABLE_NLS),)
|
|
XLIB_LIBXPM_CONF_ENV += ac_cv_search_gettext=no
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|