Commit 8ce81c0607da0d821bb79bcac7c7a07d9f863a42

Ran Benita 2017-12-15T16:17:45

README,PACKAGING: use the new meson unified command format Signed-off-by: Ran Benita <ran234@gmail.com>

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