Commit 5bc9f45d authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

x11vnc: needs libXt

parent a52509a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_X11VNC
	bool "x11vnc"
	depends on BR2_PACKAGE_XORG7
	select BR2_PACKAGE_XLIB_LIBXT
	help
	  VNC server for X11 display
+1 −1
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ X11VNC_INSTALL_TARGET = YES
X11VNC_CONF_OPT = \
	--without-avahi

X11VNC_DEPENDENCIES = xserver_xorg-server
X11VNC_DEPENDENCIES = xserver_xorg-server xlib_libXt

$(eval $(call AUTOTARGETS,package,x11vnc))