| Commit message (Expand) | Author | Age | Files | Lines |
* | Support building with legacy (pre-7.1.0) Xext proto versions. | Mihai Moldovan | 2017-12-16 | 1 | -4/+7 |
* | Makefile: correctly quote variables when passing them down to other programs. | Mihai Moldovan | 2017-12-16 | 1 | -5/+5 |
* | Support building with legacy (pre-1.4.2) libXfont(1) versions. | Mihai Moldovan | 2017-12-16 | 1 | -1/+1 |
* | Makefile: Quote '$@' in make calls with double quotes. | Mike Gabriel | 2017-12-05 | 1 | -9/+9 |
* | Makefile: Don't use DESTDIR in configure. | Mike Gabriel | 2017-12-05 | 1 | -1/+1 |
* | Drop bin wrappers for nxagent and nxproxy, directly install nxproxy and nxage... | Mike Gabriel | 2017-12-05 | 1 | -30/+13 |
* | Makefile: Check for dir existence before attempting to remove it. | Mike Gabriel | 2017-08-25 | 1 | -2/+2 |
* | Makefile: Use $(RM_DIR) rather then plain rmdir in clean-env target. | Mike Gabriel | 2017-08-25 | 1 | -2/+2 |
* | Convert nx-X11/lib/ build flow from imake to autotools. | Mike Gabriel | 2017-08-25 | 1 | -16/+80 |
* | nxcomp: Switch to autoreconf. | Mike Gabriel | 2017-07-26 | 1 | -8/+8 |
* | nxcompshad: Switch to autoreconf. | Mike Gabriel | 2017-07-13 | 1 | -1/+1 |
* | nxproxy: Switch to autoreconf. | Mike Gabriel | 2017-07-12 | 1 | -11/+5 |
* | Propagate DESTDIR and PREFIX from Makefile | Salvador FandiƱo | 2017-06-05 | 1 | -1/+1 |
* | Makefile: Make sure that 'make all' only calls 'make build' and _not_ the glo... | Mike Gabriel | 2017-04-13 | 1 | -1/+2 |
* | Makefile: Remove nx-X11/config/cf/date.def on clean. | Mike Gabriel | 2017-04-13 | 1 | -0/+1 |
* | Makefile: Fix comment above special clean rules. | Mike Gabriel | 2017-04-13 | 1 | -1/+1 |
* | Regression fix for added libXfont2 API support: | Mike Gabriel | 2017-04-10 | 1 | -1/+1 |
* | Makefile: Tell Xserver build which Xfont API to use (v2 or v1) depending on w... | Mike Gabriel | 2017-04-10 | 1 | -1/+6 |
* | Mesa subtree: Add quilt based patch system for bundled Mesa. | Mike Gabriel | 2017-04-05 | 1 | -0/+3 |
* | Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Con... | Mike Gabriel | 2017-02-26 | 1 | -2/+0 |
* | Makefile: Fix flawed uninstall-* targets. Spotted by Ionic while reviewing th... | Mike Gabriel | 2017-02-09 | 1 | -2/+2 |
* | Makefile: Allow longer names for variables that we want to allow distro maint... | Mike Gabriel | 2017-02-09 | 1 | -9/+9 |
* | Makefile: Actively set/override USRLIBDIR and SHLIBDIR when calling Xserver's... | Mike Gabriel | 2017-02-09 | 1 | -1/+1 |
* | Makefile: Align variable names USRLIBDIR, SHLIBDIR (and NX_DIR) with nx-X11 i... | Mike Gabriel | 2017-02-09 | 1 | -8/+9 |
* | Makefile: Don't create superfluous symlink for libX11.so -> ../libNX_X11.so. ... | Mike Gabriel | 2017-02-03 | 1 | -1/+0 |
* | Install missing libNX_X11.so.6 symlink - fixes gh-287 | Orion Poplawski | 2017-01-11 | 1 | -0/+1 |
* | nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver incl... | Mike Gabriel | 2016-11-15 | 1 | -5/+1 |
* | Makefile: fix up a9b145d4. | Mihai Moldovan | 2016-11-05 | 1 | -1/+2 |
* | Makefile: Make sure libNX_X11.so.6.2 does not get installed as symlink but as... | Mike Gabriel | 2016-11-02 | 1 | -1/+3 |
* | XKeysymDB: ... got removed. | Mike Gabriel | 2016-10-20 | 1 | -1/+0 |
* | Makefile: Adapt install target to the new situation where we fake X11 headers... | Mike Gabriel | 2016-10-01 | 1 | -1/+1 |
* | libNX_X11 data files: Install libNX_X11 related data files. | Mike Gabriel | 2016-07-04 | 1 | -0/+3 |
* | Rework nxagent and nxproxy wrapper scripts. | Mike Gabriel | 2016-07-01 | 1 | -3/+12 |
* | nxauth: Drop nxauth tool completely, xauth can be successfully used with nxag... | Mike Gabriel | 2016-07-01 | 1 | -5/+2 |
* | OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ... | Mike Gabriel | 2016-07-01 | 1 | -3/+11 |
* | Makefile,debian/*,nx-libs.spec,<misc>: Drop references to X2Go Project, esp. ... | Mike Gabriel | 2016-06-29 | 1 | -30/+8 |
* | X2Go Agent: Add x2goagent.features file that informs X2Go clients about the n... | Mike Gabriel | 2015-12-30 | 1 | -0/+9 |
* | library clean-up: Don't build libNX_Xinerama anymore. Use system's libXineram... | Mike Gabriel | 2015-12-30 | 1 | -8/+0 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 1 | -2/+2 |
* | Makefile: Also remove nxversion.def on distclean. | Mike Gabriel | 2015-07-14 | 1 | -1/+1 |
* | debian/libnx-xinerama1.*: move Xinerama dir back to nx-x11-common. Only delet... | Mihai Moldovan | 2015-04-30 | 1 | -1/+1 |
* | libnx-xinerama1: also create libXinerama symlink in postinst (and remove in p... | Mihai Moldovan | 2015-04-29 | 1 | -5/+6 |
* | xbitmaps cleanup: The <X11/bitmaps/*> headers are not required at build time ... | Mike Gabriel | 2015-04-23 | 1 | -5/+1 |
* | Makefile: clean-up auto-generated nxversion.def in clean rule (not in build r... | Mike Gabriel | 2015-03-05 | 1 | -3/+5 |
* | Make nxagent process aware of its current NX'ish version. | Mike Gabriel | 2015-02-17 | 1 | -0/+19 |
* | Makefile.nx-libs: Fix uninstall-lite rule. The nxproxy and nxcomp uninstallat... | Mike Gabriel | 2015-02-16 | 1 | -5/+9 |
* | Make install-lite rule in Makefile.nx-libs more predictable and not rely on n... | Mike Gabriel | 2015-02-16 | 1 | -5/+10 |
* | Fix FTBFS due to the nxproxy executable already existing under /usr/lib/nx/bi... | Mike DePaulo | 2015-02-16 | 1 | -2/+0 |
* | Move Makefile (and auxiliary file replace.sh) into base folder. Adapt packagi... | Mike Gabriel | 2015-02-14 | 1 | -0/+184 |