diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-10-01 16:20:37 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-11-11 13:52:08 +0000 |
commit | 6f0ff3a8cb97ee0f3b1c0f80c41a0ba6995d9b2e (patch) | |
tree | 780c703f64725a412c85bade48ad2fae07e267bb /docs | |
parent | 209e8b54e97cd431225eb171b301a913b42a1bb4 (diff) | |
download | gtk+-6f0ff3a8cb97ee0f3b1c0f80c41a0ba6995d9b2e.tar.gz |
docs: We run meson, not configure
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/building.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index 21c3f5ecd0..f11f363840 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -76,10 +76,10 @@ How to compile GTK itself </para> <para> Several environment variables are useful to pass to set before - running configure. <envar>CPPFLAGS</envar> contains options to - pass to the C compiler, and is used to tell the compiler where - to look for include files. The <envar>LDFLAGS</envar> variable - is used in a similar fashion for the linker. Finally the + running <application>meson</application>. <envar>CPPFLAGS</envar> + contains options to pass to the C compiler, and is used to tell + the compiler where to look for include files. The <envar>LDFLAGS</envar> + variable is used in a similar fashion for the linker. Finally the <envar>PKG_CONFIG_PATH</envar> environment variable contains a search path that <command>pkg-config</command> (see below) uses when looking for files describing how to compile |