x11vnc: bump version to fix build issue with newer libX11
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 25 Sep 2012 18:25:17 +0000 (20:25 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 25 Sep 2012 18:25:17 +0000 (20:25 +0200)
Fixes http://autobuild.buildroot.net/results/2733c2c9fa7aacb355e0e0b184a5afe41cf35a3d

Old x11vnc defined a 'pointer' function, which collides with the libX11
pointer type. Fix it by bumping the version (upstream renamed it to
pointer_event()).

Fix the dependencies and help text while we're at it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/x11vnc/Config.in
package/x11vnc/x11vnc.mk

index fdb3badac6f5ed83e147e12c1c3d7602eb98ab1d..53895b087eb346f5880a7e1ad786262d231c127c 100644 (file)
@@ -2,5 +2,8 @@ config BR2_PACKAGE_X11VNC
        bool "x11vnc"
        depends on BR2_PACKAGE_XORG7
        select BR2_PACKAGE_XLIB_LIBXT
+       select BR2_PACKAGE_XLIB_LIBXEXT
        help
          VNC server for X11 display
+
+         http://www.karlrunge.com/x11vnc/
index e96b66588153700ebb701e5d342443f63d124221..444a839622155211aad5f897dbe2828a8125ca2a 100644 (file)
@@ -3,12 +3,12 @@
 # X11VNC
 #
 #############################################################
-X11VNC_VERSION = 0.9.3
+X11VNC_VERSION = 0.9.13
 X11VNC_SOURCE = x11vnc-$(X11VNC_VERSION).tar.gz
 X11VNC_SITE = http://downloads.sourceforge.net/project/libvncserver/x11vnc/$(X11VNC_VERSION)
 X11VNC_CONF_OPT = \
        --without-avahi
 
-X11VNC_DEPENDENCIES = xserver_xorg-server xlib_libXt
+X11VNC_DEPENDENCIES = xlib_libXt xlib_libXext
 
 $(eval $(autotools-package))