mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +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/
|
||||
|
||||
cd build
|
||||
tar xf meson-dist/xserver-*.tar.xz
|
||||
cd xserver-*/
|
||||
tar xf meson-dist/xwayland-*.tar.xz
|
||||
cd xwayland-*/
|
||||
|
||||
meson -Dc_args="-fno-common" -Dprefix=/usr -Dwerror=true build/
|
||||
DESTDIR=$PWD/install/ ninja -j${FDO_CI_CONCURRENT:-4} -C build/ install
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
project('xserver', 'c',
|
||||
project('xwayland', 'c',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
'c_std=gnu99',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue