aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-121-1/+1
|\
| * Remove code supporting Xorg older than 1.7Pierre Ossman2015-01-291-1/+1
* | Link libvnc.so with '-z now' to make symbol resolution failures obvious.Tim Waugh2015-02-261-1/+1
* | Fixes for build issues caused by recent restructuringBrian P. Hinz2015-02-041-0/+8
|/
* Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-261-32/+9
* Band aid to work around inluding C headers in C++ codePierre Ossman2014-12-121-0/+3
* Major rewrite of the keyboard code. The old code was too focused onPierre Ossman2013-04-091-1/+1
* The reformatting of all the Xserver sources in the 1.12.1 release changedPierre Ossman2012-04-251-2/+2
* Activate the DPMS extension; avoid Ubuntu 11.10 crashing. Peter Åstrand2011-10-311-2/+2
* Support building an out-of-tree Xvnc binary using in-tree X server sourcesDRC2011-08-241-1/+3
* Oops. Need to escape parenthesesDRC2011-08-241-1/+1
* We can't assume that Pixman is under ${includedir}, because ${includedir} dep...DRC2011-08-231-5/+14
* No longer need to explicitly specify GNUTLS_LDFLAGS in X server build, since ...DRC2011-06-221-1/+1
* Initialize VNC extension inside #ifdef statement to allow to build TigerVNC i...Adam Tkac2011-05-111-1/+2
* [Bugfix] Fix Xvnc linking issues (missing -lpthread and miext/sync/libsync.la)Adam Tkac2011-04-271-1/+1
* Clean up the way build-xorg handles GnuTLS. It should now work the same way ...DRC2011-02-101-1/+1
* [Bugfix] Don't link libvnc.so against libXi.la, libdix.la and libxkb.la; useAdam Tkac2010-05-181-1/+1
* Support out-of-tree xorg builds and lay groundwork for cross-compatible build...DRC2010-04-131-6/+6
* [Development] Link libvnc.so against libdix, libXi and libxkb.Adam Tkac2009-12-211-1/+1
* Make Xvnc compilable.Adam Tkac2009-09-041-3/+3
* Add Input.h and Input.cc and move all mouse input related code there.Adam Tkac2009-08-281-2/+4
* Move definition of XORG macro to separate header.Adam Tkac2009-08-281-1/+1
* Use include files from the includedir variable as well, Peter Åstrand2009-02-251-3/+3
* [Cleanup] vncHooks.cc: all supported X sources has pCompositeClip in GC thus ...Adam Tkac2009-01-071-2/+1
* [Cleanup] Removed unneeded X module preprocessor parametersAdam Tkac2009-01-051-1/+0
* [Bugfix] Include man files and more jpeg libraries in tarballAdam Tkac2008-10-221-0/+2
* [Bugfix] link libvnc.so against correct librariesAdam Tkac2008-10-151-2/+3
* Install *man files and vncserver script in Makefile.amsAdam Tkac2008-09-291-0/+2
* Export all symbols in Xvnc to make mesa modules workingAdam Tkac2008-07-141-0/+2
* Include headers in Makefile.am-s in unix/* to fix "make dist" commandAdam Tkac2008-07-141-2/+3
* - introduced Xvnc Makefile.amAdam Tkac2008-04-161-0/+61