From e42541ac792c1a47043fee408a46c48ab57ee0f3 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Mon, 15 Aug 2016 10:35:45 +0200 Subject: [PATCH] libweston-desktop: Fix libweston-desktop.pc Also remove ${pkgincludedir} to be on par with libweston.pc. Signed-off-by: Quentin Glidic Reviewed-by: Pekka Paalanen --- libweston-desktop/libweston-desktop.pc.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libweston-desktop/libweston-desktop.pc.in b/libweston-desktop/libweston-desktop.pc.in index c118b0829..ac59c357c 100644 --- a/libweston-desktop/libweston-desktop.pc.in +++ b/libweston-desktop/libweston-desktop.pc.in @@ -2,11 +2,10 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -pkgincludedir=${includedir}/libweston-@LIBWESTON_ABI_VERSION@ Name: libweston-desktop Description: Desktop shells abstraction library for libweston compositors Version: @WESTON_VERSION@ -Requires.private: libweston-@LIBWESTON_ABI_VERSION@ wayland-server -Cflags: -I${pkgincludedir} -Libs: -L${libdir} -lweston-desktop-@LIBWESTON_ABI_VERSION@ +Requires.private: libweston-@LIBWESTON_MAJOR@ wayland-server +Cflags: -I${includedir}/libweston-@LIBWESTON_MAJOR@ +Libs: -L${libdir} -lweston-desktop-@LIBWESTON_MAJOR@