diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-07-22 14:51:52 +0100 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2016-08-02 13:53:20 +0300 |
commit | 9deef5319a14067a82f022260dfbb3b283d35286 (patch) | |
tree | 64ee118f0e6e54db807ae5225c84bb141d9c048d /libweston | |
parent | 7fe47f314b0de70b8636a7ece443ebd4ad2afe2d (diff) |
libweston: remove pkgincludedir variable from libweston.pc
Common practise it to provide the includes directly into Cflags, hence
the variable is not needed and we can remove it.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'libweston')
-rw-r--r-- | libweston/libweston.pc.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libweston/libweston.pc.in b/libweston/libweston.pc.in index 24fe8133..34afb0d3 100644 --- a/libweston/libweston.pc.in +++ b/libweston/libweston.pc.in @@ -2,11 +2,10 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -pkgincludedir=${includedir}/libweston-@LIBWESTON_ABI_VERSION@ Name: libweston API Description: Header files for libweston compositors development Version: @WESTON_VERSION@ Requires.private: wayland-server pixman-1 xkbcommon -Cflags: -I${pkgincludedir} +Cflags: -I${includedir}/libweston-@LIBWESTON_ABI_VERSION@ Libs: -L${libdir} -lweston-@LIBWESTON_ABI_VERSION@ |