xapp_xev: add missing dependencies on xlib_libXrandr
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 25 Mar 2013 10:27:12 +0000 (10:27 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 25 Mar 2013 20:33:36 +0000 (21:33 +0100)
Fixes:
http://autobuild.buildroot.org/results/ec1855d3d96cf01409999492c77a2709be8c4d01/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/x11r7/xapp_xev/Config.in
package/x11r7/xapp_xev/xapp_xev.mk

index e2e05b35d0fbc8ff6ac7436b4cf7933121a76939..864d6424da7642e97ede1b3670d73a16b5941f41 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_XAPP_XEV
        bool "xev"
        select BR2_PACKAGE_XLIB_LIBX11
+       select BR2_PACKAGE_XLIB_LIBXRANDR
        help
          print contents of X events
index bf4cd3032470953bbe0605f37bf5990033c02cc4..dd7c7981fd5867922ff202903176bf7c960e7523 100644 (file)
@@ -7,6 +7,6 @@
 XAPP_XEV_VERSION = 1.2.0
 XAPP_XEV_SOURCE = xev-$(XAPP_XEV_VERSION).tar.bz2
 XAPP_XEV_SITE = http://xorg.freedesktop.org/releases/individual/app
-XAPP_XEV_DEPENDENCIES = xlib_libX11
+XAPP_XEV_DEPENDENCIES = xlib_libX11 xlib_libXrandr
 
 $(eval $(autotools-package))