[libadwaita/wip/exalm/build-docs: 2/4] docs: Don't mention autotools
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/build-docs: 2/4] docs: Don't mention autotools
- Date: Tue, 18 May 2021 13:21:22 +0000 (UTC)
commit ef41cc7d613b03106520ced957349df947aed67a
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue May 18 12:25:56 2021 +0500
docs: Don't mention autotools
doc/build-howto.md | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
---
diff --git a/doc/build-howto.md b/doc/build-howto.md
index c4661624..58b56250 100644
--- a/doc/build-howto.md
+++ b/doc/build-howto.md
@@ -11,16 +11,7 @@ If you need to build Libadwaita, get the source from
Like other GNOME libraries, Libadwaita uses `pkg-config` to provide compiler
options. The package name is `libadwaita-1`.
-If you use Automake/Autoconf, in your `configure.ac` script, you might specify
-something like:
-
-```autoconf
-PKG_CHECK_MODULES(LIBADWAITA, [libadwaita-1])
-AC_SUBST(LIBADWAITA_CFLAGS)
-AC_SUBST(LIBADWAITA_LIBS)
-```
-
-Or when using the Meson build system you can declare a dependency like:
+When using the Meson build system you can declare a dependency like:
```meson
dependency('libadwaita-1')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]