meson: Fix xkbcommon-x11.pc Requires

The meson-generated pkgconfig file was missing Requires and
Requires.private.

[ran: adjust for older Meson versions.]

Signed-off-by: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Signed-off-by: Ran Benita <ran234@gmail.com>
master
Jan Alexander Steffens (heftig) 2018-07-17 01:15:30 +02:00 committed by Ran Benita
parent c8e17eede5
commit a3c907d389
1 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,8 @@ You can disable X11 support with -Denable-x11=false.''')
libraries: libxkbcommon_x11, libraries: libxkbcommon_x11,
version: meson.project_version(), version: meson.project_version(),
description: 'XKB API common to servers and clients - X11 support', description: 'XKB API common to servers and clients - X11 support',
requires: 'xkbcommon',
requires_private: 'xcb>=1.10 xcb-xkb>=1.10',
) )
endif endif