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:
@@ -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@
|
||||
@@ -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@
|
||||
Reference in New Issue
Block a user