From 6f0ff3a8cb97ee0f3b1c0f80c41a0ba6995d9b2e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 1 Oct 2019 16:20:37 +0100 Subject: [PATCH] docs: We run meson, not configure --- docs/reference/gtk/building.sgml | 8 ++++---- 1 file 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 Several environment variables are useful to pass to set before - running configure. CPPFLAGS contains options to - pass to the C compiler, and is used to tell the compiler where - to look for include files. The LDFLAGS variable - is used in a similar fashion for the linker. Finally the + running meson. CPPFLAGS + contains options to pass to the C compiler, and is used to tell + the compiler where to look for include files. The LDFLAGS + variable is used in a similar fashion for the linker. Finally the PKG_CONFIG_PATH environment variable contains a search path that pkg-config (see below) uses when looking for files describing how to compile