xorgproto: Branch 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Jan 22 22:17:47 UTC 2025
kbproto.pc.in | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4e4c48d305ba7d743071a0d6379528f1b30e3d10
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Tue Jan 14 15:04:35 2025 -0800
kbproto: Add 'Requires: xproto >= 7.0.33' for _X_NONSTRING usage
Commit 21e05da99c85548 made the XKB headers depend on the definition
of _X_NONSTRING added in commit 50671520ef98d68d4eb which raised the
version in the xproto.pc to 7.0.33. While this is automatically
handled for those using unmodified upstream xorgproto releases, adding
this may help make it easier to diagnose errors like those reported in
issue #51 where headers are being mixed across releases.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/94>
diff --git a/kbproto.pc.in b/kbproto.pc.in
index c28138d..da3e847 100644
--- a/kbproto.pc.in
+++ b/kbproto.pc.in
@@ -5,3 +5,4 @@ Name: KBProto
Description: KB extension headers
Version: 1.0.7
Cflags: -I${includedir}
+Requires: xproto >= 7.0.33
More information about the xorg-commit
mailing list