mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
added x11vnc
This commit is contained in:
5
package/x11vnc/Config.in
Normal file
5
package/x11vnc/Config.in
Normal file
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_X11VNC
|
||||
bool "x11vnc"
|
||||
default n
|
||||
help
|
||||
VNC server for X11 display
|
||||
20
package/x11vnc/x11vnc.mk
Normal file
20
package/x11vnc/x11vnc.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
#############################################################
|
||||
#
|
||||
# X11VNC
|
||||
#
|
||||
#############################################################
|
||||
X11VNC_VERSION = 0.9.3
|
||||
X11VNC_SOURCE = x11vnc-$(X11VNC_VERSION).tar.gz
|
||||
X11VNC_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libvncserver
|
||||
X11VNC_INSTALL_STAGING = NO
|
||||
X11VNC_INSTALL_TARGET = YES
|
||||
#X11VNCINSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||
|
||||
X11VNC_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
||||
--build=$(GNU_HOST_NAME) --prefix=/usr \
|
||||
--includedir=/usr/include \
|
||||
--without-avahi
|
||||
|
||||
X11VNC_DEPENDENCIES = uclibc
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,x11vnc))
|
||||
Reference in New Issue
Block a user