- 12 Feb, 2018 5 commits
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Since 7.0.31 we've added four new keysyms (XF86XK_Keyboard, _WWAN, _RFKill, and _AudioPreset). Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 06 Feb, 2018 2 commits
-
-
Adam Jackson authored
These headers are in X11/dri but are included without a relative path. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Reviewed-by:
Adam Jackson <ajax@redhat.com>
-
- 05 Feb, 2018 2 commits
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 01 Feb, 2018 6 commits
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Mostly this is is so the generated Xpoll.h can be emitted into a usable directory when we build as a subproject. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
-
Adam Jackson authored
This no longer varies at compile time, yay. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
This macro is apparently an imake-ism for how much C89 you support. Seeing as it's 2018 the answer is "all of it", and if that's not actually true for your platform you need a better compiler. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 30 Jan, 2018 12 commits
-
-
Adam Jackson authored
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>
-
Adam Jackson authored
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>
-
Adam Jackson authored
Stash the old documentation build recipes somewhere less immediately ugly. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
This was from damageproto, and hadn't been touched in a decade. Not exactly "news" anymore. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
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>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Mostly x11proto/AUTHORS, plus some merge commentary. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
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>
-
Adam Jackson authored
Note that the AC_ARG_ENABLE bits from x11proto might still matter... Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
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>
-
- 16 Jan, 2018 6 commits
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
... and distribute them. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
There's nothing arch-specific about any of this. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Use this if you need calibrate, evie, fontcache, lg3d, or print. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
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>
-
Adam Jackson authored
Integers are cheap. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 13 Dec, 2017 7 commits
-
-
Keith Packard authored
Signed-off-by:
Keith Packard <keithp@keithp.com>
-
Keith Packard authored
Signed-off-by:
Keith Packard <keithp@keithp.com>
-
Keith Packard authored
-
Keith Packard authored
Signed-off-by:
Keith Packard <keithp@keithp.com>
-
Keith Packard authored
-
Keith Packard authored
-
Keith Packard authored
-