mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-22 01:40:49 -05:00
build: drop autotools
Meson now replaces autotools. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
2b22160fb6
commit
3bda3d1b47
22 changed files with 10 additions and 1049 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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@
|
||||
|
|
@ -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@
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue