Remove autotools build

Weston 6.0.0 was released with both autotools and Meson build systems. That
should be enough for downstream to migrate to Meson build on their on pace.

Maintaining two build systems is a hassle, keep the one that is easier to work
with and let the other one go.

doc/dozygen/tool*.doxygen.in are not deleted, because they have not been
integrated with Meson yet.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen
2019-03-14 16:25:14 +02:00
parent 779db046b9
commit fc76388fa1
14 changed files with 0 additions and 3287 deletions
@@ -1,9 +0,0 @@
libdir=@abs_top_builddir@/.libs
includedir=@abs_top_srcdir@
Name: libweston-desktop, uninstalled
Description: Desktop shells abstraction library for libweston compositors (not installed)
Version: @WESTON_VERSION@
Requires.private: libweston-@LIBWESTON_MAJOR@-uninstalled wayland-server
Cflags: -I${includedir}/libweston-desktop -I${includedir}/shared
Libs: -L${libdir} -lweston-desktop-@LIBWESTON_MAJOR@
-11
View File
@@ -1,11 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libweston-desktop
Description: Desktop shells abstraction library for libweston compositors
Version: @WESTON_VERSION@
Requires.private: libweston-@LIBWESTON_MAJOR@ wayland-server
Cflags: -I${includedir}/libweston-@LIBWESTON_MAJOR@
Libs: -L${libdir} -lweston-desktop-@LIBWESTON_MAJOR@