mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
kbproto: Add 'Requires: xproto >= 7.0.33' for _X_NONSTRING usage
Commit21e05da99cmade the XKB headers depend on the definition of _X_NONSTRING added in commit50671520efwhich 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:
parent
e312ab76c4
commit
4e4c48d305
1 changed files with 1 additions and 0 deletions
|
|
@ -5,3 +5,4 @@ Name: KBProto
|
||||||
Description: KB extension headers
|
Description: KB extension headers
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
Requires: xproto >= 7.0.33
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue