xdriver_xf86-input-evdev: needs host-pkgconf
The configure script uses PKG_CHECK_MODULES, so explictly add it to dependencies instead of relying on the fact that the xserver pulls it in. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
29125e2556
commit
69cf5f5ff7
@ -9,6 +9,12 @@ XDRIVER_XF86_INPUT_EVDEV_SOURCE = xf86-input-evdev-$(XDRIVER_XF86_INPUT_EVDEV_VE
|
||||
XDRIVER_XF86_INPUT_EVDEV_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_INPUT_EVDEV_LICENSE = MIT
|
||||
XDRIVER_XF86_INPUT_EVDEV_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_INPUT_EVDEV_DEPENDENCIES = xproto_inputproto xserver_xorg-server xproto_randrproto xproto_xproto udev
|
||||
XDRIVER_XF86_INPUT_EVDEV_DEPENDENCIES = \
|
||||
host-pkgconf \
|
||||
xproto_inputproto \
|
||||
xserver_xorg-server \
|
||||
xproto_randrproto \
|
||||
xproto_xproto \
|
||||
udev
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user