desktop/weston: Align with new template.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-07-12 18:37:25 +07:00
parent a6ed8b518d
commit 22eafba93d

View file

@ -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 \