diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 18:39:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-13 16:54:59 +0200 |
commit | f2e9f7604affc9e55d244c84439821b424850047 (patch) | |
tree | df14ca618ade57944e2c5cd2b5b9380ed0eac107 /package/x11vnc | |
parent | 516708f94fa1ed9f23c680e7fee6dce78b05f09f (diff) |
x11vnc: cleanup useless config options
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/x11vnc')
-rw-r--r-- | package/x11vnc/x11vnc.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package/x11vnc/x11vnc.mk b/package/x11vnc/x11vnc.mk index 4def7d453..f71350ddb 100644 --- a/package/x11vnc/x11vnc.mk +++ b/package/x11vnc/x11vnc.mk @@ -8,12 +8,9 @@ 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_CONF_OPT = \ + --without-avahi X11VNC_DEPENDENCIES = xserver_xorg-server |