Commit b6de4b19 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

xlib_libX11: split the DEPENDENCIES variable on multiple lines

parent 0a0330a5
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -8,7 +8,19 @@ XLIB_LIBX11_VERSION = 1.4.2
XLIB_LIBX11_SOURCE = libX11-$(XLIB_LIBX11_VERSION).tar.bz2
XLIB_LIBX11_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBX11_INSTALL_STAGING = YES
XLIB_LIBX11_DEPENDENCIES = libxcb xutil_util-macros xlib_xtrans xlib_libXau xlib_libXdmcp xproto_kbproto xproto_xproto xproto_xextproto xproto_inputproto xproto_xf86bigfontproto host-xproto_xproto
XLIB_LIBX11_DEPENDENCIES = \
	libxcb \
	xutil_util-macros \
	xlib_xtrans \
	xlib_libXau \
	xlib_libXdmcp \
	xproto_kbproto \
	xproto_xproto \
	xproto_xextproto \
	xproto_inputproto \
	xproto_xf86bigfontproto \
	host-xproto_xproto

XLIB_LIBX11_CONF_OPT = \
	--disable-malloc0returnsnull \
	--with-xcb \