summaryrefslogtreecommitdiffstats
path: root/desktop/weston
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-07-12 13:37:25 +0200
committer Willy Sudiarto Raharjo2021-07-12 13:37:25 +0200
commit22eafba93d56a8df069846c094396b411e833b47 (patch)
treebe33f8a24de3c9fdba845ea3594c75d099e5dbd4 /desktop/weston
parenta6ed8b518d51112968e03d07d4cdce0244e50567 (diff)
downloadslackbuilds-22eafba93d56a8df069846c094396b411e833b47.tar.gz
desktop/weston: Align with new template.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/weston')
-rw-r--r--desktop/weston/weston.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/weston/weston.SlackBuild b/desktop/weston/weston.SlackBuild
index 6f52e534ba..6112d18df1 100644
--- a/desktop/weston/weston.SlackBuild
+++ b/desktop/weston/weston.SlackBuild
@@ -87,12 +87,13 @@ meson build/ \
-Dcolor-management-colord=${USE_COLORD:-false}
# "make"
+"${NINJA:=ninja}"
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-ninja -C build
+$NINJA -C build
# "make install"
-DESTDIR=$PKG ninja -C build/ install
+DESTDIR=$PKG $NINJA -C build/ install
# strip
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \