From 8ce81c0607da0d821bb79bcac7c7a07d9f863a42 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 15 Dec 2017 16:17:45 +0200 Subject: [PATCH] README,PACKAGING: use the new meson unified command format Signed-off-by: Ran Benita --- PACKAGING | 2 +- README.md | 4 ++-- 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 -- 2.7.4