summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2018-07-17 17:21:02 +0200
committerJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2018-07-17 17:31:55 +0200
commit83a553a00966326bca29bcd3e06996a54fc1fc41 (patch)
treec4ba949c73ac5462b8c73f7051d00330b255c9b4 /fuzz
parenta3c907d3891bb275b9d2592d7a94d94020866b3c (diff)
downloadxorg-lib-libxkbcommon-83a553a00966326bca29bcd3e06996a54fc1fc41.tar.gz
meson: Fix xkbcommon-x11.pc Requires versioning
Old meson expects an array with one dependency per element. Providing a string containing multiple deps results in only the first dep getting its whitespace properly applied. As a result, the output was: Requires.private: xcb >= 1.10 xcb-xkb>=1.10 And downstream projects failed to find a package named 'xcb-xkb>=1.10'. Specifying an array of versioned deps results in correct output: Requires.private: xcb >= 1.10, xcb-xkb >= 1.10 Fixes #64. Signed-off-by: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Diffstat (limited to 'fuzz')
0 files changed, 0 insertions, 0 deletions