As reported in bug #3331, xdata_xcursor_themes needs the xcursorgen application installed on the host. This commit adds this dependency, together with the needed host libraries required for xapp_cursorgen to build properly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
719 B
Makefile
18 lines
719 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXfixes -- X.Org Xfixes library
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXFIXES_VERSION = 4.0.4
|
|
XLIB_LIBXFIXES_SOURCE = libXfixes-$(XLIB_LIBXFIXES_VERSION).tar.bz2
|
|
XLIB_LIBXFIXES_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXFIXES_AUTORECONF = NO
|
|
XLIB_LIBXFIXES_INSTALL_STAGING = YES
|
|
XLIB_LIBXFIXES_DEPENDENCIES = xproto_fixesproto xlib_libX11 xproto_xextproto xproto_xproto
|
|
|
|
HOST_XLIB_LIBXFIXES_DEPENDENCIES = host-xproto_fixesproto host-xlib_libX11 host-xproto_xextproto host-xproto_xproto
|
|
|
|
$(eval $(call AUTOTARGETS))
|
|
$(eval $(call AUTOTARGETS,host))
|