Skip to content

Commit

Permalink
meson: Fix xkbcommon-x11.pc Requires
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
heftig authored and bluetech committed Jul 17, 2018
1 parent c8e17ee commit a3c907d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +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',
)
endif

Expand Down

0 comments on commit a3c907d

Please sign in to comment.