diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-07-18 06:21:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-07-18 06:21:46 +0000 |
commit | 77962684bd6257c9dd1f2cc10c82fec6dd6bde9b (patch) | |
tree | 8cd74c32e8cfd8673b42dcb9603ddec7b5c5046d /proto | |
parent | f29d29d89792247b588fd13d6cddc75793b76db3 (diff) |
Missed this file in the xcb-protos 1.5.2 update
Diffstat (limited to 'proto')
-rw-r--r-- | proto/xcb-proto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/xcb-proto/Makefile b/proto/xcb-proto/Makefile index 185a23be8..0d5647d10 100644 --- a/proto/xcb-proto/Makefile +++ b/proto/xcb-proto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2018/07/19 11:58:46 matthieu Exp $ +# $OpenBSD: Makefile,v 1.9 2022/07/18 06:21:45 matthieu Exp $ PKGCONFIG= xcb-proto.pc @@ -8,6 +8,7 @@ FILES= \ bigreq.xml \ composite.xml \ damage.xml \ + dbe.xml \ dpms.xml \ dri2.xml \ dri3.xml \ |