xapp_xcursorgen: add explicit dependencies for host variant
Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
48c10fb06b
commit
4427d03f56
@ -10,6 +10,8 @@ XAPP_XCURSORGEN_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XCURSORGEN_LICENSE = MIT
|
||||
XAPP_XCURSORGEN_LICENSE_FILES = COPYING
|
||||
XAPP_XCURSORGEN_DEPENDENCIES = libpng xlib_libX11 xlib_libXcursor
|
||||
HOST_XAPP_XCURSORGEN_DEPENDENCIES = \
|
||||
host-libpng host-xlib_libX11 host-xlib_libXcursor
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user