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

@ -1,9 +0,0 @@
libdir=@abs_builddir@/.libs
includedir=@abs_srcdir@
protocoldir=@abs_top_builddir@/protocol
Name: Wayland Client
Description: Wayland client side library (not installed)
Version: @PACKAGE_VERSION@
Cflags: -I${includedir} -I${protocoldir}
Libs: -L${libdir} -lwayland-client

View file

@ -1,12 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
datarootdir=@datarootdir@
pkgdatadir=@datadir@/@PACKAGE@
libdir=@libdir@
includedir=@includedir@
Name: Wayland Client
Description: Wayland client side library
Version: @WAYLAND_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lwayland-client

View file

@ -1,6 +0,0 @@
pkgdatadir=@abs_top_srcdir@
wayland_scanner=@abs_top_builddir@/wayland-scanner
Name: Wayland Scanner
Description: Wayland scanner (not installed)
Version: @PACKAGE_VERSION@

View file

@ -1,9 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
datarootdir=@datarootdir@
pkgdatadir=@datadir@/@PACKAGE@
wayland_scanner=@bindir@/wayland-scanner
Name: Wayland Scanner
Description: Wayland scanner
Version: @WAYLAND_VERSION@

View file

@ -1,9 +0,0 @@
libdir=@abs_builddir@/.libs
includedir=@abs_srcdir@
protocoldir=@abs_top_builddir@/protocol
Name: Wayland Server
Description: Server side implementation of the Wayland protocol (not installed)
Version: @PACKAGE_VERSION@
Cflags: -I${includedir} -I${protocoldir}
Libs: -L${libdir} -lwayland-server

View file

@ -1,12 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
datarootdir=@datarootdir@
pkgdatadir=@datadir@/@PACKAGE@
libdir=@libdir@
includedir=@includedir@
Name: Wayland Server
Description: Server side implementation of the Wayland protocol
Version: @WAYLAND_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lwayland-server