From 64a97a89b800ea0b44ef5d5c2e7fdc3ebc2bc0a0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Sep 2021 22:27:36 +0300 Subject: mako: fixes, use cl-meson --- wayland/mako/build | 5 +++-- wayland/mako/depends | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'wayland') diff --git a/wayland/mako/build b/wayland/mako/build index 64d5eb9a..398d5c72 100755 --- a/wayland/mako/build +++ b/wayland/mako/build @@ -2,9 +2,10 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ -Dsd-bus-provider=basu \ + -Dicons=enabled \ + -Dman-pages=enabled \ . output ninja -C output diff --git a/wayland/mako/depends b/wayland/mako/depends index 31ddfe8c..34655818 100644 --- a/wayland/mako/depends +++ b/wayland/mako/depends @@ -1,4 +1,6 @@ cairo +dbus meson make pango +scdoc make wayland -- cgit v1.2.3