Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | library-cleanup: Don't build libNX_Xrender anymore. Use system's libXrender ↵ | Mike Gabriel | 2016-04-20 | 1 | -0/+528 |
| | | | | shared library. | ||||
* | Fix c4a3889. Add forgotten file nx-X11/programs/Xserver/Xinerama_nxagent.h. | Mike Gabriel | 2016-01-01 | 1 | -0/+74 |
| | |||||
* | X11/nx-X11 clear-up: More places where we need to explicitly distinguish ↵ | Mike Gabriel | 2015-12-29 | 1 | -1/+1 |
| | | | | between X11 and nx-X11 namespace regarding header include paths. | ||||
* | libray clean (Xfixes): Provide a fake libXfixes.h header from latest X.Org, ↵ | Mike Gabriel | 2015-12-28 | 1 | -0/+90 |
| | | | | that includes headers from our Xlib version. This avoids FTBFS caused by type redefinitions and should really be a temporary measure. | ||||
* | Xrandr_nxagent.h: When faking Xrandr.h, we better include our own Xfuncproto.h. | Mike Gabriel | 2015-12-28 | 1 | -1/+1 |
| | |||||
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 2 | -0/+364 |
In the process of building nxagent against more and more system-wide installed X.org libraries, we come to the limit of including structs from this (bundled nx-X11) and that (system-wide X.Org) library. This commit introduces a clear namespace separation of headers provided by nx-X11 and headers provided by X.Org. This approach is only temporary as we want to drop all nx-X11 bundled libraries from nx-libs. However, for a while we need to make this separation clear and also ship some reduced fake X.Org headers that avoid pulling in libX* and libNX_X* symbols at the same time. This patch has been tested on Debian jessie and unstable and requires no overall testing on various distros and distro versions, as we finally will drop all libNX_X* libraries and build against X.org's client libs. For now, this hack eases our development / cleanup process. |