diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-18 19:58:54 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-18 19:58:54 +0000 |
commit | 83438cbb2037c221c66797813dcc1857ead153c0 (patch) | |
tree | a811e50b0c8a281dd56848d5c0d405d2978469d0 /lib/libxcb/src/Makefile | |
parent | 72aa7e5cb343204109b4e42d0e52a0d0f3aa0fed (diff) |
regen for xcb-proto 1.6
Diffstat (limited to 'lib/libxcb/src/Makefile')
-rw-r--r-- | lib/libxcb/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libxcb/src/Makefile b/lib/libxcb/src/Makefile index 69a480e71..b34c1cfc2 100644 --- a/lib/libxcb/src/Makefile +++ b/lib/libxcb/src/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2009/05/22 20:27:21 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2010/04/18 19:58:53 matthieu Exp $ DATADIR= ${X11BASE}/share PYTHON= python${PYTHON_VERSION} @@ -9,6 +9,7 @@ SRCS= \ composite.c \ damage.c \ dpms.c \ + dri2.c \ glx.c \ randr.c \ record.c \ |