build: drop autotools

Meson now replaces autotools.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2020-12-14 14:46:46 +01:00
parent 2b22160fb6
commit 3bda3d1b47
22 changed files with 10 additions and 1049 deletions

View file

@ -35,8 +35,8 @@ extern "C" {
#endif
/*
* NOTE: This version must be kept in sync with the Version field in the
* wayland-egl-backend.pc.in file.
* NOTE: This version must be kept in sync with the version field in the
* wayland-egl-backend pkgconfig file generated in meson.build.
*/
#define WL_EGL_WINDOW_VERSION 3

View file

@ -1,9 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
Name: wayland-egl-backend
Description: Backend wayland-egl interface
Version: 3
Libs:
Cflags: -I${includedir}

View file

@ -1,11 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: wayland-egl
Description: Frontend wayland-egl library
Version: 18.1.0
Requires: wayland-client
Libs: -L${libdir} -lwayland-egl
Cflags: -I${includedir}