kumquat-buildroot/package/x11r7/xlib_libX11/xlib_libX11.mk
Fabrice Fontaine 5cb2812fdb package/xlib_libX11: remove unrecognized option
Remove --with-xcb as this option has been removed since version 1.3.99:
https://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=15e5eaf62897b3179d1fbe457cb19f886f0449f8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-08-01 15:29:20 +02:00

42 lines
979 B
Makefile

################################################################################
#
# xlib_libX11
#
################################################################################
XLIB_LIBX11_VERSION = 1.6.8
XLIB_LIBX11_SOURCE = libX11-$(XLIB_LIBX11_VERSION).tar.bz2
XLIB_LIBX11_SITE = https://xorg.freedesktop.org/archive/individual/lib
XLIB_LIBX11_LICENSE = MIT
XLIB_LIBX11_LICENSE_FILES = COPYING
XLIB_LIBX11_INSTALL_STAGING = YES
XLIB_LIBX11_AUTORECONF = YES
XLIB_LIBX11_DEPENDENCIES = \
libxcb \
xutil_util-macros \
xlib_xtrans \
xlib_libXau \
xlib_libXdmcp \
xorgproto \
host-xorgproto
HOST_XLIB_LIBX11_DEPENDENCIES = \
host-libxcb \
host-xutil_util-macros \
host-xlib_xtrans \
host-xlib_libXau \
host-xlib_libXdmcp \
host-xorgproto
XLIB_LIBX11_CONF_OPTS = \
--disable-malloc0returnsnull \
--disable-specs \
--without-perl
HOST_XLIB_LIBX11_CONF_OPTS = \
--disable-specs \
--without-perl
$(eval $(autotools-package))
$(eval $(host-autotools-package))