From: Jan Alexander Steffens (heftig) Date: Mon, 16 Jul 2018 23:15:30 +0000 (+0200) Subject: meson: Fix xkbcommon-x11.pc Requires X-Git-Tag: xkbcommon-0.8.1~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3c907d3891bb275b9d2592d7a94d94020866b3c;p=platform%2Fupstream%2Flibxkbcommon.git 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) Signed-off-by: Ran Benita --- diff --git a/meson.build b/meson.build index 7ee4f78..3935182 100644 --- a/meson.build +++ b/meson.build @@ -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