matthieu
c9783b22cc
update
2009-05-31 21:20:35 +00:00
matthieu
ced3b52794
Don't use != to call pkg-config in Makefiles. It's slow and generates
...
tons of warnings if stuff isn't installed yet.
2009-05-31 18:01:28 +00:00
matthieu
f3b20b10a0
update to xcb-util 0.3.5
2009-05-31 16:49:15 +00:00
matthieu
8e91f6fca8
update to libxcb 1.3
2009-05-31 16:44:43 +00:00
matthieu
528fed7c9d
regen for xcb-proto 1.5
2009-05-31 16:43:12 +00:00
matthieu
76a9292cf0
update to xcb-proto 1.5
2009-05-31 16:38:11 +00:00
matthieu
c5ebc0cf8b
whitespace
2009-05-31 16:35:28 +00:00
matthieu
1c68deb738
workaround for a problem that appeared with xterm 243 on arm cpus.
...
It dumps core in VTInitialize() if charproc.c is compiled with -O2.
The problem is in the lines 5610 to 5614 of this file, which were
added by xterm 243, but I can't see an obvious problem here.
2009-05-31 16:22:34 +00:00
matthieu
779bd9f9a9
Remove layout from all pre-installed xorg.conf. It nowadays default
...
to whatever is setup on wscons. maja@ noticed I didn't do that yet.
While there shave a few files a bit more.
2009-05-31 04:24:20 +00:00
okan
f18194f34c
'no' is the answer to the comment question: cc->name can't be NULL at
...
this point due to client_setname()'s work; remove this check.
ok oga@
2009-05-30 00:30:27 +00:00
okan
9e51da2d59
re-order a bit for readability.
...
"if it makes you happy" oga@
2009-05-30 00:30:17 +00:00
okan
56f901ac72
revert the 1.4 change - causes a double free noticed by grange@ a while
...
ago while using kazehakase (or clients that don't set a name).
ok oga@
2009-05-30 00:29:08 +00:00
matthieu
28669d037d
updates
2009-05-25 19:03:46 +00:00
matthieu
c4a03b3069
This is Mesa 7.4.2. from Brad.
2009-05-25 18:40:11 +00:00
matthieu
f9906a079e
explicitely addt inter-library dependencies.
2009-05-23 15:08:50 +00:00
matthieu
123fa779a7
Add xcb-util subdirs and zap one level of recursive make by lising
...
libxcb subdirs here directly.
2009-05-23 15:07:17 +00:00
matthieu
23b4afe997
Replace autotools with a simpler BSD Makefile.
2009-05-23 15:04:34 +00:00
matthieu
a1e101f1b6
missing space
2009-05-23 14:44:52 +00:00
matthieu
96974b0e5b
build system for xcb-util
2009-05-23 14:43:12 +00:00
matthieu
f4c2f8c818
import xcb-util 0.3.4
2009-05-23 14:37:52 +00:00
matthieu
e0f9b43451
Fix main libxcb. There are some builtin extensions that were left out.
2009-05-23 08:44:32 +00:00
matthieu
351d96bb86
use .PATH.in to specifically look for unprocessed pkg-config files.
2009-05-22 21:39:17 +00:00
matthieu
1fe6715677
add code to conditionnally install the xcbgen python module.
2009-05-22 20:29:06 +00:00
matthieu
f16e502a89
Add a Makefile that rebuilds sources from xml.
2009-05-22 20:27:21 +00:00
matthieu
4ea25686e6
remove one more junk file
2009-05-22 20:26:45 +00:00
matthieu
0f92e39028
Add support for building xcb (disabled for now).
2009-05-22 17:58:45 +00:00
matthieu
4f8f81d9a9
Add xcb directories.
2009-05-22 17:57:23 +00:00
matthieu
64717e7f32
Regen with OpenBSD's version of GNU autotools.
2009-05-22 17:52:38 +00:00
matthieu
4670eb975d
use the code in bsd.xorg.mk to install headers.
2009-05-22 16:53:05 +00:00
matthieu
fc61d47eda
OpenBSD stuff for libpthread-stubs:
...
- add a Makefile wrapper
- fix pthread_self() prototype.
2009-05-22 16:29:39 +00:00
matthieu
56772b1b3d
finish replacing PC= with PKGCONFIG= in all Makefiles.
2009-05-22 16:22:47 +00:00
matthieu
b98d91aef9
remove crap that I forgot to clean before import.
2009-05-22 16:16:04 +00:00
matthieu
8e879d90d1
Xenocara build infrastructure for libxcb.
...
This includes a set of pre-generated sources files in src/ so that
python and xslt are not needed to build.
2009-05-22 16:09:01 +00:00
matthieu
26774e2873
Makefile for xcb-proto.
...
For now, It just installs the xml files and the pkg-config data.
2009-05-22 16:06:29 +00:00
matthieu
65b2c83108
import libxcb 1.2
2009-05-22 15:55:46 +00:00
matthieu
713e291cb6
import libpthread-stubs 0.1
2009-05-22 15:50:33 +00:00
matthieu
86c693a4ab
initial import of xcb-proto 1.4
2009-05-22 15:48:38 +00:00
matthieu
9f5a730346
use implicit variable to generate pkgconfig file.
...
This makes it possible to locate the .in file using .PATH
2009-05-22 15:46:13 +00:00
matthieu
9110a2201c
Add PYTHON_VERSION (to be used by xcb).
2009-05-22 15:34:15 +00:00
matthieu
af00da7462
Add more substitutions to .pc generation. Also provide
...
EXTRA_PKGCONFIG_SUBST for individual addition in package Makefiles.
2009-05-22 15:21:21 +00:00
matthieu
fac76a745d
Add dri2proto ChangeLog and dri2proto.txt which were accicentaly left out.
...
And install dri2proto.txt.
2009-05-22 15:15:52 +00:00
matthieu
63a46b3c9e
Get rid of double-column rules in proto Makefiles.
2009-05-22 15:11:02 +00:00
matthieu
cb5dcec531
Get rid of double-column rules in the rules used by proto.
...
This will make it easier to re-use them for other stuff.
2009-05-22 15:09:28 +00:00
matthieu
70bd311c5c
Use test -f rather than test -e to test for Makefile presence.
2009-05-22 15:03:03 +00:00
miod
d603710598
Sync with sparc wsmouse changes.
2009-05-20 18:26:32 +00:00
sthen
01c9bf9a3c
In movetogroup, check the window's current group and skip client_hide()
...
if it's the same as the active group. Was in my original movetogroup diff,
but it got simplified a little too far. ok oga@
2009-05-19 12:49:37 +00:00
matthieu
225101ebbc
updates
2009-05-18 20:59:42 +00:00
matthieu
5e0c79c5ff
update to xf86-video-vmware 10.16.6
2009-05-18 20:58:46 +00:00
matthieu
29dfc1a9fe
update to xf86-input-vmmouse 12.6.4
2009-05-18 20:53:43 +00:00
matthieu
224dd37703
update to xinput 1.4.2
2009-05-18 20:50:15 +00:00