diff options
-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 \ |