• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/x11vnc/x11vnc.mk
Jerzy GrzegorekJerzy Grzegorek committed 0e2e7c71d0d25 Sep 2013
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# x11vnc
4
#
5
################################################################################
6
​
7
X11VNC_VERSION = 0.9.13
8
X11VNC_SITE = http://downloads.sourceforge.net/project/libvncserver/x11vnc/$(X11VNC_VERSION)
9
# sdl support is not used in x11vnc, but host include / library search paths
10
# leak in if host has sdl-config
11
X11VNC_CONF_OPT = --without-sdl
12
​
13
X11VNC_DEPENDENCIES = xlib_libXt xlib_libXext xlib_libXtst
14
​
15
ifneq ($(BR2_INET_IPV6),y)
16
# configure option only used for libvncserver
17
X11VNC_CONF_OPT += --without-ipv6
18
X11VNC_CONF_ENV += CFLAGS='$(TARGET_CFLAGS) -DX11VNC_IPV6=0'
19
endif
20
​
21
ifeq ($(BR2_PACKAGE_AVAHI_DAEMON)$(BR2_PACKAGE_DBUS),yy)
22
X11VNC_DEPENDENCIES += avahi dbus
23
else
24
X11VNC_CONF_OPT += --without-avahi
25
endif
26
​
27
ifeq ($(BR2_PACKAGE_JPEG),y)
28
X11VNC_DEPENDENCIES += jpeg
29
else
30
X11VNC_CONF_OPT += --without-jpeg
31
endif
32
​
33
ifeq ($(BR2_PACKAGE_OPENSSL),y)
34
X11VNC_DEPENDENCIES += openssl
35
else
36
X11VNC_CONF_OPT += --without-ssl --without-crypto
37
endif
38
​
39
ifeq ($(BR2_PACKAGE_XLIB_LIBXINERAMA),y)
40
X11VNC_DEPENDENCIES += xlib_libXinerama
41
else
42
X11VNC_CONF_OPT += --without-xinerama
43
endif
44
​
45
ifeq ($(BR2_PACKAGE_XLIB_LIBXRANDR),y)
46
X11VNC_DEPENDENCIES += xlib_libXrandr
47
else
48
X11VNC_CONF_OPT += --without-xrandr
49
endif
50
​
51
ifeq ($(BR2_PACKAGE_XLIB_LIBXFIXES),y)
52
X11VNC_DEPENDENCIES += xlib_libXfixes
53
else
54
X11VNC_CONF_OPT += --without-xfixes
55
endif
56
​
57
ifeq ($(BR2_PACKAGE_XLIB_LIBXDAMAGE),y)
58
X11VNC_DEPENDENCIES += xlib_libXdamage
59
else
60
X11VNC_CONF_OPT += --without-xdamage
61
endif
62
​
63
ifeq ($(BR2_PACKAGE_ZLIB),y)
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.