weston/libweston-desktop/libweston-desktop.pc.in
Quentin Glidic e42541ac79 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>
2016-08-15 11:46:46 +03:00

12 lines
373 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libweston-desktop
Description: Desktop shells abstraction library for libweston compositors
Version: @WESTON_VERSION@
Requires.private: libweston-@LIBWESTON_MAJOR@ wayland-server
Cflags: -I${includedir}/libweston-@LIBWESTON_MAJOR@
Libs: -L${libdir} -lweston-desktop-@LIBWESTON_MAJOR@