summaryrefslogtreecommitdiff
path: root/package/x11vnc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-09-25 20:25:17 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-09-25 20:25:17 +0200
commit198f0c911105dab7e06a5ded574e09f1b4c02c71 (patch)
tree2ab9c6b993ff200a30fef94b3fc5b71c5df047b4 /package/x11vnc/Config.in
parent51b990b09fdac03188dd20a3f699b92a6eb2476b (diff)
x11vnc: bump version to fix build issue with newer libX11
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>
Diffstat (limited to 'package/x11vnc/Config.in')
-rw-r--r--package/x11vnc/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/x11vnc/Config.in b/package/x11vnc/Config.in
index fdb3badac..53895b087 100644
--- a/package/x11vnc/Config.in
+++ b/package/x11vnc/Config.in
@@ -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/