53b53eca32
Remove part of 0001-util-don-t-link-makestrs-with-target-cflags.patch because it was applied upstream: http://cgit.freedesktop.org/xorg/lib/libXt/commit/util/makestrs.c?id=f9baaf55ff8cbd4bf018a34f181eda30d03b20dc Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
677 B
Makefile
18 lines
677 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXt
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXT_VERSION = 1.1.5
|
|
XLIB_LIBXT_SOURCE = libXt-$(XLIB_LIBXT_VERSION).tar.bz2
|
|
XLIB_LIBXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXT_LICENSE = MIT
|
|
XLIB_LIBXT_LICENSE_FILES = COPYING
|
|
XLIB_LIBXT_INSTALL_STAGING = YES
|
|
XLIB_LIBXT_DEPENDENCIES = xlib_libSM xlib_libX11 xproto_kbproto xproto_xproto xcb-proto libxcb host-xproto_xproto
|
|
XLIB_LIBXT_CONF_OPTS = --disable-malloc0returnsnull --disable-install-makestrs
|
|
XLIB_LIBXT_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|