mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-27 06:59:46 -05:00
Use meson build system
This commit is contained in:
parent
ce886c0353
commit
fdab81e1c9
33 changed files with 157 additions and 1001 deletions
|
|
@ -8,7 +8,8 @@ compiler:
|
|||
|
||||
arch:
|
||||
packages:
|
||||
- cmake
|
||||
- meson
|
||||
- ninja
|
||||
- wayland
|
||||
- wayland-protocols
|
||||
- mesa
|
||||
|
|
@ -16,8 +17,8 @@ arch:
|
|||
- libxkbcommon
|
||||
- libcap
|
||||
script:
|
||||
- "cmake -DCMAKE_BUILD_TYPE=Release ."
|
||||
- "make"
|
||||
- "meson build"
|
||||
- "ninja -C build"
|
||||
|
||||
script:
|
||||
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue