Commit a54cfe087a2b84d5cb44f4dfa0e5951f8289ca3c

Ran Benita 2018-07-17T19:06:12

Merge pull request #65 from heftig/pc-fix2 meson: Fix xkbcommon-x11.pc Requires versioning

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/meson.build b/meson.build
index 3935182..360958b 100644
--- a/meson.build
+++ b/meson.build
@@ -258,8 +258,8 @@ You can disable X11 support with -Denable-x11=false.''')
         libraries: libxkbcommon_x11,
         version: meson.project_version(),
         description: 'XKB API common to servers and clients - X11 support',
-        requires: 'xkbcommon',
-        requires_private: 'xcb>=1.10 xcb-xkb>=1.10',
+        requires: ['xkbcommon'],
+        requires_private: ['xcb>=1.10', 'xcb-xkb>=1.10'],
     )
 endif