From 185db1d3da7fa1d093fba9fc89ead846a8927b3b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Sep 2021 22:25:45 +0300 Subject: grim: use cl-meson --- wayland/grim/build | 5 +++-- wayland/grim/depends | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'wayland') 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 -- cgit v1.2.3