x11vnc: needs X11 support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
57403b74f1
commit
4cc4e572e2
2
CHANGES
2
CHANGES
@ -31,7 +31,7 @@
|
|||||||
python, quagga, radvd, rsync, rubix, samba, sawman, sdl,
|
python, quagga, radvd, rsync, rubix, samba, sawman, sdl,
|
||||||
shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
|
shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
|
||||||
synergy, syslinux, target-binutils, tcpdump, torsmo, u-boot, udpcast,
|
synergy, syslinux, target-binutils, tcpdump, torsmo, u-boot, udpcast,
|
||||||
util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
|
util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
|
||||||
xdata_xcursor-themes, xboard, xstroke, zlib
|
xdata_xcursor-themes, xboard, xstroke, zlib
|
||||||
|
|
||||||
Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
|
Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
config BR2_PACKAGE_X11VNC
|
config BR2_PACKAGE_X11VNC
|
||||||
bool "x11vnc"
|
bool "x11vnc"
|
||||||
|
depends on BR2_PACKAGE_XORG7
|
||||||
help
|
help
|
||||||
VNC server for X11 display
|
VNC server for X11 display
|
||||||
|
@ -15,4 +15,6 @@ X11VNC_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
|||||||
--includedir=/usr/include \
|
--includedir=/usr/include \
|
||||||
--without-avahi
|
--without-avahi
|
||||||
|
|
||||||
|
X11VNC_DEPENDENCIES = xserver_xorg-server
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,x11vnc))
|
$(eval $(call AUTOTARGETS,package,x11vnc))
|
||||||
|
Loading…
Reference in New Issue
Block a user