summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PACKAGING2
-rw-r--r--README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/PACKAGING b/PACKAGING
index 6737f5e..ab1b682 100644
--- a/PACKAGING
+++ b/PACKAGING
@@ -6,7 +6,7 @@ The files for libxkbcommon-x11 are:
xkbcommon-x11.map xkbcommon-x11.pc
libxkbcommon-x11 can be disabled with -Denable-x11=false (see
-`mesonconf build` for other options/variables).
+`meson configure build` for other options/variables).
Dependencies for libxkbcommon:
- C compiler, meson, pkg-config, libc, bash, grep, sed.
diff --git a/README.md b/README.md
index 9aab641..358e7d7 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,13 @@ See [Quick Guide](doc/quick-guide.md).
libxkbcommon is built with [Meson](http://mesonbuild.com/):
- meson build
+ meson setup build
ninja -C build
To build for use with Wayland, you can disable X11 support while still
using the X11 keyboard configuration resource files thusly:
- meson build \
+ meson setup build \
-Denable-x11=false \
-Dxkb-config-root=/usr/share/X11/xkb \
-Dx-locale-root=/usr/share/X11/locale