mirror of
https://gitlab.freedesktop.org/wayland/weston
synced 2024-11-05 18:24:04 +00:00
e42541ac79
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>
11 lines
373 B
PkgConfig
11 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@
|