diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-07-11 08:05:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-07-11 08:05:33 +0000 |
commit | 9da7e8edf2266881d020c509ea9a16d9584c3e59 (patch) | |
tree | b2338e29df2b8ce782ca7d6d20306079548f34c4 /dist/libxcb/Makefile.am | |
parent | 741167747bb978bed04ee56cb9911a8aabb8f3d4 (diff) |
Update to libxcb 1.17.0
Diffstat (limited to 'dist/libxcb/Makefile.am')
-rw-r--r-- | dist/libxcb/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/libxcb/Makefile.am b/dist/libxcb/Makefile.am index fbf6e048b..499c652fe 100644 --- a/dist/libxcb/Makefile.am +++ b/dist/libxcb/Makefile.am @@ -12,6 +12,9 @@ endif if BUILD_DAMAGE pkgconfig_DATA += xcb-damage.pc endif +if BUILD_DBE +pkgconfig_DATA += xcb-dbe.pc +endif if BUILD_DPMS pkgconfig_DATA += xcb-dpms.pc endif |