README,PACKAGING: use the new meson unified command format
authorRan Benita <ran234@gmail.com>
Fri, 15 Dec 2017 14:17:45 +0000 (16:17 +0200)
committerRan Benita <ran234@gmail.com>
Fri, 15 Dec 2017 14:18:14 +0000 (16:18 +0200)
Signed-off-by: Ran Benita <ran234@gmail.com>
PACKAGING
README.md

index 6737f5e..ab1b682 100644 (file)
--- 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.
index 9aab641..358e7d7 100644 (file)
--- 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