Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
0c03b989
Commit
0c03b989
authored
Dec 21, 2010
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11vnc: force --with-system-libvncserver to use correct headers.
parent
365a22c6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
5 deletions
+20
-5
configure.ac
configure.ac
+14
-0
prepare_x11vnc_dist.sh
prepare_x11vnc_dist.sh
+1
-0
README
x11vnc/README
+3
-3
x11vnc.1
x11vnc/x11vnc.1
+1
-1
x11vnc_defs.c
x11vnc/x11vnc_defs.c
+1
-1
No files found.
configure.ac
View file @
0c03b989
...
...
@@ -831,6 +831,20 @@ if test "$build_x11vnc" = "yes"; then
# configure.ac:690: required file `x11vnc/Makefile.in' not found
#
AC_CONFIG_FILES([x11vnc/Makefile x11vnc/misc/Makefile x11vnc/misc/turbovnc/Makefile])
if test ! -z "$with_system_libvncserver" -a "x$with_system_libvncserver" != "xno"; then
# need to move local tarball rfb headers aside:
hdrs="rfb.h rfbclient.h rfbproto.h rfbregion.h rfbint.h"
echo "with-system-libvncserver: moving aside headers $hdrs"
for hdr in $hdrs
do
if test -f "rfb/$hdr"; then
echo "with-system-libvncserver: moving rfb/$hdr to rfb/$hdr.ORIG"
mv rfb/$hdr rfb/$hdr.ORIG
fi
done
echo "with-system-libvncserver: *NOTE* move them back manually to start over."
fi
fi
AC_CONFIG_COMMANDS([chmod-libvncserver-config],[chmod a+x libvncserver-config])
...
...
prepare_x11vnc_dist.sh
View file @
0c03b989
...
...
@@ -15,6 +15,7 @@ sed -e "s/LibVNCServer, [^,)]*\([(,]\)*/x11vnc, $VERSION\1/g" \
-e
"s/AC_PROG_LIBTOOL/AC_PROG_RANLIB/"
\
-e
"s/PKG_CHECK/#PKG_CHECK/"
\
-e
's/if test "x$with_gnutls/with_gnutls=no; if test "x$with_gnutls/'
\
-e
's/if test "x$with_ipv6/with_ipv6=no; if test "x$with_ipv6/'
\
>
configure.ac
mv
Makefile.am Makefile.am.LibVNCServer
...
...
x11vnc/README
View file @
0c03b989
...
...
@@ -2,7 +2,7 @@
Copyright
(
C
)
2002
-
2010
Karl
J
.
Runge
<
runge
@
karlrunge
.
com
>
All
rights
reserved
.
x11vnc
README
file
Date
:
Tue
Dec
21
1
1
:
45
:
35
EST
2010
x11vnc
README
file
Date
:
Tue
Dec
21
1
3
:
47
:
44
EST
2010
The
following
information
is
taken
from
these
URLs
:
...
...
@@ -12285,7 +12285,7 @@ x11vnc: a VNC server for real X displays
Here are all of x11vnc command line options:
% x11vnc -opts (see below for -help long descriptions)
x11vnc: allow VNC connections to real X11 displays. 0.9.13 lastmod: 2010-12-2
0
x11vnc: allow VNC connections to real X11 displays. 0.9.13 lastmod: 2010-12-2
1
x11vnc options:
-display disp -auth file -N
...
...
@@ -12416,7 +12416,7 @@ libvncserver-tight-extension options:
%
x11vnc
-
help
x11vnc
:
allow
VNC
connections
to
real
X11
displays
.
0.9.13
lastmod
:
2010
-
12
-
2
0
x11vnc
:
allow
VNC
connections
to
real
X11
displays
.
0.9.13
lastmod
:
2010
-
12
-
2
1
(
type
"x11vnc -opts"
to
just
list
the
options
.)
...
...
x11vnc/x11vnc.1
View file @
0c03b989
...
...
@@ -2,7 +2,7 @@
.TH X11VNC "1" "December 2010" "x11vnc " "User Commands"
.SH NAME
x11vnc - allow VNC connections to real X11 displays
version: 0.9.13, lastmod: 2010-12-2
0
version: 0.9.13, lastmod: 2010-12-2
1
.SH SYNOPSIS
.B x11vnc
[OPTION]...
...
...
x11vnc/x11vnc_defs.c
View file @
0c03b989
...
...
@@ -47,7 +47,7 @@ int xtrap_base_event_type = 0;
int
xdamage_base_event_type
=
0
;
/* date +'lastmod: %Y-%m-%d' */
char
lastmod
[]
=
"0.9.13 lastmod: 2010-12-2
0
"
;
char
lastmod
[]
=
"0.9.13 lastmod: 2010-12-2
1
"
;
/* X display info */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment