diff options
Diffstat (limited to 'lib/libxcb/src/Makefile')
-rw-r--r-- | lib/libxcb/src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libxcb/src/Makefile b/lib/libxcb/src/Makefile index 6064ffaa2..33b4fcca0 100644 --- a/lib/libxcb/src/Makefile +++ b/lib/libxcb/src/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2018/10/04 20:17:48 matthieu Exp $ +# $OpenBSD: Makefile,v 1.12 2020/05/16 08:49:00 matthieu Exp $ # This Makefile is used to generate the sources files with xcbgen # The x11/py-xcbgen package needs to be installed @@ -6,7 +6,7 @@ DATADIR= ${X11BASE}/share PYTHON= python${PYTHON_VERSION} -MANOPTIONS= -c 'libxcb 1.13.1' -l 'X Version 11' -s 3 +MANOPTIONS= -c 'libxcb 1.14' -l 'X Version 11' -s 3 SRCS= \ bigreq.c \ |