Adam Jackson
05b1963945
xproto: Move NARROWPROTO logic out of configure time
...
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-02-01 14:47:38 -05:00
Adam Jackson
627f4f40ab
Add a meson build system
...
Builds on the work Dylan Baker did for glproto. Note that this does
not produce _quite_ identical pc files as the autotools build, but it
only affects the name and description strings which are only informative
anyway.
Just to be petty:
% time ( ./configure --prefix=/tmp/xorgproto && make install; ) >& /dev/null
2.42s user 1.67s system 107% cpu 3.804 total
% time ( meson setup build && meson configure build -Dprefix=/tmp/xorgproto && ninja -C build install ) >& /dev/null
0.55s user 0.11s system 100% cpu 0.658 total
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 16:46:29 -05:00
Adam Jackson
9d14a8fade
Move the headers under include/X11/...
...
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-30 12:31:15 -05:00
Adam Jackson
dc2c6e8e2c
git mv *proto/ attic/
...
Stash the old documentation build recipes somewhere less immediately
ugly.
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 12:09:22 -05:00
Adam Jackson
d9f9efc70b
git rm -f NEWS
...
This was from damageproto, and hadn't been touched in a decade. Not
exactly "news" anymore.
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 12:07:11 -05:00
Adam Jackson
74a78da1df
git rm duplicate-files
...
At this point all that's left in subdirs (besides include/) are the
automake rules for building the specs. Probably we should make those
build again at some point.
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 12:04:46 -05:00
Adam Jackson
941696538d
git rm -f */.gitignore
...
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 12:04:00 -05:00
Adam Jackson
a84a3e0ac0
git rm -f */Makefile.am
...
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 12:02:30 -05:00
Adam Jackson
30e7d98da2
Add an AUTHORS file
...
Mostly x11proto/AUTHORS, plus some merge commentary.
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 12:01:49 -05:00
Adam Jackson
8111465b57
git rm -r -f CVS/
...
This seems to have been a thinko from the lg3d protocol, no idea why it
would have ever itself have been in cvs.
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 11:54:43 -05:00
Adam Jackson
23dfde49cc
git rm -f */configure.ac
...
Note that the AC_ARG_ENABLE bits from x11proto might still matter...
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 11:53:42 -05:00
Adam Jackson
f8d79a05e5
git rm */autogen.sh
...
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 11:50:13 -05:00
Adam Jackson
20edc983b0
Add a top-level README
...
Inspired mostly by x11proto/README, plus some commentary about the scope
of this project and a pointer to the xcb protocol xml.
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30 11:48:27 -05:00
Adam Jackson
88ae4ebf26
Fix module name in autogen.sh so patches get named right
...
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-16 12:17:14 -05:00
Adam Jackson
3d12b8f348
Move COPYING files up to the top level
...
... and distribute them.
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-16 11:13:08 -05:00
Adam Jackson
c649a2edc1
Install pc files in $datadir not $libdir
...
There's nothing arch-specific about any of this.
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-16 11:13:00 -05:00
Adam Jackson
23fe271e30
build: Hide some ancient headers behind --enable-legacy
...
Use this if you need calibrate, evie, fontcache, lg3d, or print.
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-16 11:13:00 -05:00
Adam Jackson
7519914301
Fix .pc module versions
...
Just stuff the versions in the .pc file directly, @PACKAGE_VERSION@ is
the version set in configure.ac which is now different.
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-16 11:13:00 -05:00
Adam Jackson
5458e50a46
Set package name to xorgproto and use year-based versioning
...
Integers are cheap.
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-16 11:13:00 -05:00
Keith Packard
80ceb11c62
Add files used to merge the repositories
...
Signed-off-by: Keith Packard <keithp@keithp.com>
2017-12-13 15:48:10 -08:00
Keith Packard
fa8997ab25
Add .gitignore
...
Signed-off-by: Keith Packard <keithp@keithp.com>
2017-12-13 15:46:24 -08:00
Keith Packard
b6e5422340
remove lg3d build files
2017-12-13 15:44:06 -08:00
Keith Packard
1276412bbd
Create shared build infrastructure
...
Signed-off-by: Keith Packard <keithp@keithp.com>
2017-12-13 15:40:56 -08:00
Keith Packard
38303e02f8
Move common xineramaproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
44e8650e60
Merge xineramaproto
2017-12-13 15:12:27 -08:00
Keith Packard
d60e9a9905
Move common xf86vidmodeproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
65bfcd8bbd
Merge xf86vidmodeproto
2017-12-13 15:12:27 -08:00
Keith Packard
bb524211a9
Move common xf86rushproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
0f828a6afd
Merge xf86rushproto
2017-12-13 15:12:27 -08:00
Keith Packard
49b001a137
Move common xf86miscproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
b1d2a582db
Merge xf86miscproto
2017-12-13 15:12:27 -08:00
Keith Packard
f107394d81
Move common xf86driproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
d193546eba
Merge xf86driproto
2017-12-13 15:12:27 -08:00
Keith Packard
1178a2fd14
Move common xf86dgaproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
2175d2ec03
Merge xf86dgaproto
2017-12-13 15:12:27 -08:00
Keith Packard
4d0b8eb28b
Move common xf86bigfontproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
3ee40885bd
Merge xf86bigfontproto
2017-12-13 15:12:27 -08:00
Keith Packard
3927057b3d
Move common xextproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
8ce4bff36c
Merge xextproto
2017-12-13 15:12:27 -08:00
Keith Packard
eabbf0369b
Move common xcmiscproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
db68f377c4
Merge xcmiscproto
2017-12-13 15:12:27 -08:00
Keith Packard
9fa51891f3
Move common windowswmproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
dd36cfb57b
Merge windowswmproto
2017-12-13 15:12:27 -08:00
Keith Packard
e3e5ae4b35
Move common videoproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
ff5fc80528
Merge videoproto
2017-12-13 15:12:27 -08:00
Keith Packard
14922765a8
Move common trapproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
541bc68095
Merge trapproto
2017-12-13 15:12:27 -08:00
Keith Packard
6f372d3a31
Move common scrnsaverproto files out of the way
2017-12-13 15:12:27 -08:00
Keith Packard
4b013530b8
Merge scrnsaverproto
2017-12-13 15:12:26 -08:00
Keith Packard
0ac79a7327
Move common resourceproto files out of the way
2017-12-13 15:12:26 -08:00