Quentin Glidic | 248dd10 | 2016-08-12 10:41:34 +0200 | [diff] [blame] | 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ |
| 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ |
Quentin Glidic | 248dd10 | 2016-08-12 10:41:34 +0200 | [diff] [blame] | 5 | |
| 6 | Name: libweston-desktop |
| 7 | Description: Desktop shells abstraction library for libweston compositors |
| 8 | Version: @WESTON_VERSION@ |
Quentin Glidic | e42541a | 2016-08-15 10:35:45 +0200 | [diff] [blame] | 9 | Requires.private: libweston-@LIBWESTON_MAJOR@ wayland-server |
| 10 | Cflags: -I${includedir}/libweston-@LIBWESTON_MAJOR@ |
| 11 | Libs: -L${libdir} -lweston-desktop-@LIBWESTON_MAJOR@ |