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>
15 lines
416 B
Makefile
15 lines
416 B
Makefile
#############################################################
|
|
#
|
|
# X11VNC
|
|
#
|
|
#############################################################
|
|
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 = xlib_libXt xlib_libXext
|
|
|
|
$(eval $(autotools-package))
|