summaryrefslogtreecommitdiff
path: root/libweston-desktop
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-08-15 10:35:45 +0200
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-08-15 11:46:46 +0300
commite42541ac792c1a47043fee408a46c48ab57ee0f3 (patch)
treeb8c1ff19f41e31e630180828372819218bc4fab3 /libweston-desktop
parent8f9d90a84bb2888b074fea93c4a28778bc6439c6 (diff)
libweston-desktop: Fix libweston-desktop.pc
Also remove ${pkgincludedir} to be on par with libweston.pc. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'libweston-desktop')
-rw-r--r--libweston-desktop/libweston-desktop.pc.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/libweston-desktop/libweston-desktop.pc.in b/libweston-desktop/libweston-desktop.pc.in
index c118b082..ac59c357 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@