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,7 +0,0 @@
|
||||
prefix=@prefix@
|
||||
datarootdir=@datarootdir@
|
||||
pkgdatadir=${pc_sysrootdir}@datadir@/@PACKAGE@/protocols
|
||||
|
||||
Name: libWeston Protocols
|
||||
Description: libWeston protocol files
|
||||
Version: @WESTON_VERSION@
|
||||
@@ -1,9 +0,0 @@
|
||||
libdir=@abs_top_builddir@/.libs
|
||||
includedir=@abs_top_srcdir@
|
||||
|
||||
Name: libweston API, uninstalled
|
||||
Description: Header files for libweston compositors development (not installed)
|
||||
Version: @WESTON_VERSION@
|
||||
Requires.private: wayland-server pixman-1 xkbcommon
|
||||
Cflags: -I${includedir}/libweston -I${includedir}/shared
|
||||
Libs: -L${libdir} -lweston-@LIBWESTON_MAJOR@
|
||||
@@ -1,11 +0,0 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libweston API
|
||||
Description: Header files for libweston compositors development
|
||||
Version: @WESTON_VERSION@
|
||||
Requires.private: wayland-server pixman-1 xkbcommon
|
||||
Cflags: -I${includedir}/libweston-@LIBWESTON_MAJOR@
|
||||
Libs: -L${libdir} -lweston-@LIBWESTON_MAJOR@
|
||||
Reference in New Issue
Block a user