xdriver_xf86-input-evdev: needs host-pkgconf
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 12 Feb 2015 20:50:49 +0000 (21:50 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 12 Feb 2015 20:50:49 +0000 (21:50 +0100)
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>
package/x11r7/xdriver_xf86-input-evdev/xdriver_xf86-input-evdev.mk

index a8a9adfdf702b31a1b17c72141f8cdfc3ed12494..51403013d367df6082c16a53dc2c2e1e93cfc210 100644 (file)
@@ -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))