kbproto: Add 'Requires: xproto >= 7.0.33' for _X_NONSTRING usage

Commit 21e05da99c made the XKB headers depend on the definition
of _X_NONSTRING added in commit 50671520ef 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@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/94>
This commit is contained in:
Alan Coopersmith 2025-01-14 15:04:35 -08:00
parent e312ab76c4
commit 4e4c48d305

View file

@ -5,3 +5,4 @@ Name: KBProto
Description: KB extension headers
Version: 1.0.7
Cflags: -I${includedir}
Requires: xproto >= 7.0.33