Giulio Camuffo | 9e44598 | 2016-06-02 21:48:15 +0300 | [diff] [blame] | 1 | prefix=@prefix@ |
| 2 | exec_prefix=@exec_prefix@ |
| 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ |
Giulio Camuffo | 9e44598 | 2016-06-02 21:48:15 +0300 | [diff] [blame] | 5 | |
| 6 | Name: libweston API |
| 7 | Description: Header files for libweston compositors development |
| 8 | Version: @WESTON_VERSION@ |
| 9 | Requires.private: wayland-server pixman-1 xkbcommon |
Pekka Paalanen | 707c4fd | 2016-08-02 11:35:39 +0300 | [diff] [blame] | 10 | Cflags: -I${includedir}/libweston-@LIBWESTON_MAJOR@ |
| 11 | Libs: -L${libdir} -lweston-@LIBWESTON_MAJOR@ |