mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-02 01:41:04 -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,8 +0,0 @@
|
|||
libdir=@abs_builddir@/.libs
|
||||
includedir=@abs_srcdir@
|
||||
|
||||
Name: Wayland Cursor
|
||||
Description: Wayland cursor helper library (not installed)
|
||||
Version: @WAYLAND_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lwayland-cursor
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: Wayland Cursor
|
||||
Description: Wayland cursor helper library
|
||||
Version: @WAYLAND_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lwayland-cursor
|
||||
Loading…
Add table
Add a link
Reference in a new issue