[PATCH weston] libweston-desktop: Fix libweston-desktop.pc

Quentin Glidic sardemff7+wayland at sardemff7.net
Mon Aug 15 08:35:45 UTC 2016


From: Quentin Glidic <sardemff7+git at sardemff7.net>

Also remove ${pkgincludedir} to be on par with libweston.pc.

Signed-off-by: Quentin Glidic <sardemff7+git at sardemff7.net>
---
 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 c118b08..ac59c35 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- at LIBWESTON_ABI_VERSION@
 
 Name: libweston-desktop
 Description: Desktop shells abstraction library for libweston compositors
 Version: @WESTON_VERSION@
-Requires.private: libweston- at LIBWESTON_ABI_VERSION@ wayland-server
-Cflags: -I${pkgincludedir}
-Libs: -L${libdir} -lweston-desktop- at LIBWESTON_ABI_VERSION@
+Requires.private: libweston- at LIBWESTON_MAJOR@ wayland-server
+Cflags: -I${includedir}/libweston- at LIBWESTON_MAJOR@
+Libs: -L${libdir} -lweston-desktop- at LIBWESTON_MAJOR@
-- 
2.9.2



More information about the wayland-devel mailing list