mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 14:00:03 +01:00
meson: Change project name to xwayland
(cherry picked from commit 001f0c8938)
This commit is contained in:
parent
2f7cee944d
commit
707b447e40
2 changed files with 3 additions and 3 deletions
|
|
@ -7,8 +7,8 @@ meson build/
|
||||||
meson dist --no-tests -C build/
|
meson dist --no-tests -C build/
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
tar xf meson-dist/xserver-*.tar.xz
|
tar xf meson-dist/xwayland-*.tar.xz
|
||||||
cd xserver-*/
|
cd xwayland-*/
|
||||||
|
|
||||||
meson -Dc_args="-fno-common" -Dprefix=/usr -Dwerror=true build/
|
meson -Dc_args="-fno-common" -Dprefix=/usr -Dwerror=true build/
|
||||||
DESTDIR=$PWD/install/ ninja -j${FDO_CI_CONCURRENT:-4} -C build/ install
|
DESTDIR=$PWD/install/ ninja -j${FDO_CI_CONCURRENT:-4} -C build/ install
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
project('xserver', 'c',
|
project('xwayland', 'c',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue