Merge pull request #65 from heftig/pc-fix2

meson: Fix xkbcommon-x11.pc Requires versioning
master
Ran Benita 2018-07-17 19:06:12 +03:00 committed by GitHub
commit a54cfe087a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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