diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-08 03:54:16 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-08 03:54:16 +0300 |
commit | 65c93c3151e9238de580afd7882f79da86eab6c3 (patch) | |
tree | 438ad877221e35666186546c36a92cbe1e83d287 /wayland/wlroots/build | |
parent | adea80c68d5172d11687e8e0b8c1d4d422f7ec80 (diff) | |
download | repository-65c93c3151e9238de580afd7882f79da86eab6c3.tar.gz |
wlroots: add new package at 0.12.0
Diffstat (limited to 'wayland/wlroots/build')
-rwxr-xr-x | wayland/wlroots/build | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build new file mode 100755 index 00000000..9874dc49 --- /dev/null +++ b/wayland/wlroots/build @@ -0,0 +1,17 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + --default-library=both \ + -Dexamples=false \ + -Dlibcap=disabled \ + -Dlogind=disabled \ + -Dwayland=enabled \ + -Dx11-backend=enabled \ + -Dfreerdb=disabled \ + . build + +ninja -C build +ninja -C build install |