Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-19 | PROXY_MANAGEMENT, DEC-XTRAP and XFree86-Misc are legacyobsd-2018.4 | Julien Cristau | |
Signed-off-by: Julien Cristau <jcristau@debian.org> Acked-By: Adam Jackson <ajax@redhat.com> | |||
2019-01-19 | Revert "Mark trapproto as legacy" | Matthieu Herrb | |
This reverts commit 4d999f15814a45568f6730854f7a3ae3fe15d162. | |||
2019-01-19 | Mark trapproto as legacy | Matthieu Herrb | |
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> | |||
2018-12-31 | Make windowswm protos selectable separatly | Matthieu Herrb | |
2018-12-31 | Make applewm protos selectable separatly | Matthieu Herrb | |
2018-12-31 | mark more protos as legacy | Matthieu Herrb | |
2018-02-20 | Fix Makefile.am definition of XCalibrate headers | Keith Packard | |
A missing backslash caused the XCalibrateinclude_HEADERS value to be empty. Thanks. autotools, for not detecting this. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
2018-02-12 | autotools: Distribute the meson build system | Adam Jackson | |
Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2018-02-01 | xproto: Stop generating Xfuncproto.h | Adam Jackson | |
This no longer varies at compile time, yay. Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2018-01-30 | Move the headers under include/X11/... | Adam Jackson | |
I kinda hate to do this, it was nice to have everything in one place. However, the meson build wants to be able to wrap this module as a dependency, and code that depends on these headers includes them in the form: #include <X11/Xfuncproto.h> As a result, any include path meson can construct needs to point to the root of a hierarchy that has the same path layout as an installed copy, hence this change. Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2018-01-16 | Move COPYING files up to the top level | Adam Jackson | |
... and distribute them. Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2018-01-16 | Install pc files in $datadir not $libdir | Adam Jackson | |
There's nothing arch-specific about any of this. Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2018-01-16 | build: Hide some ancient headers behind --enable-legacy | Adam Jackson | |
Use this if you need calibrate, evie, fontcache, lg3d, or print. Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2017-12-13 | Create shared build infrastructure | Keith Packard | |
Signed-off-by: Keith Packard <keithp@keithp.com> | |||
2017-12-13 | Move common xineramaproto files out of the way | Keith Packard | |
2010-03-28 | config: remove the pkgconfig pc.in file from EXTRA_DIST | Gaetan Nadon | |
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2009-11-22 | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | |
Now that the INSTALL file is generated. Allows running make maintainer-clean. | |||
2009-11-15 | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan Nadon | |
ChangeLog filename is known to Automake and requires no further coding in the makefile. | |||
2009-11-15 | Makefile.am: INSTALL file is missing or incorrect #24206 | Gaetan Nadon | |
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target | |||
2009-01-27 | Janitor: Correct make distcheck and dont distribute autogen.sh | Paulo Cesar Pereira de Andrade | |
2008-05-19 | Remove panoramiXext.h and Xinerama.h. Xlib headers and don't belong here. | Peter Hutterer | |
For furture amendmends to these files please refer to git://anongit.freedesktop.org/git/xorg/lib/libXinerama | |||
2007-12-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | |
2005-08-18 | Xinerama protocol module should be named Xinerama, not Panoramix | Alan Coopersmith | |
2005-05-09 | Change all the protonames from <extension>Ext to <extension>Proto. | Søren Sandmann Pedersen | |
2005-05-06 | Initial build system files for proto module. | Kevin E Martin | |