mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
x11vnc: needs libXt
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a52509a4dd
commit
5bc9f45dfb
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_X11VNC
|
config BR2_PACKAGE_X11VNC
|
||||||
bool "x11vnc"
|
bool "x11vnc"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
select BR2_PACKAGE_XLIB_LIBXT
|
||||||
help
|
help
|
||||||
VNC server for X11 display
|
VNC server for X11 display
|
||||||
|
@ -12,6 +12,6 @@ X11VNC_INSTALL_TARGET = YES
|
|||||||
X11VNC_CONF_OPT = \
|
X11VNC_CONF_OPT = \
|
||||||
--without-avahi
|
--without-avahi
|
||||||
|
|
||||||
X11VNC_DEPENDENCIES = xserver_xorg-server
|
X11VNC_DEPENDENCIES = xserver_xorg-server xlib_libXt
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,x11vnc))
|
$(eval $(call AUTOTARGETS,package,x11vnc))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user