diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:25:45 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:25:45 +0300 |
commit | 185db1d3da7fa1d093fba9fc89ead846a8927b3b (patch) | |
tree | a0a551c7a843a588597466eea1358cfe34792836 /wayland | |
parent | 007c6a27d6594ef2fefe11413c066a9d8a6afa91 (diff) | |
download | repository-185db1d3da7fa1d093fba9fc89ead846a8927b3b.tar.gz |
grim: use cl-meson
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/grim/build | 5 | ||||
-rw-r--r-- | wayland/grim/depends | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/wayland/grim/build b/wayland/grim/build index 64ee0e20..d61a05c1 100755 --- a/wayland/grim/build +++ b/wayland/grim/build @@ -2,8 +2,9 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ + -Djpeg=enabled \ + -Dman-pages=enabled \ . output ninja -C output diff --git a/wayland/grim/depends b/wayland/grim/depends index f79fd1fc..902dfc36 100644 --- a/wayland/grim/depends +++ b/wayland/grim/depends @@ -1,5 +1,6 @@ cairo libjpeg-turbo meson make +scdoc make wayland wayland-protocols make |