mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
desktop/weston: Align with new template.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a6ed8b518d
commit
22eafba93d
1 changed files with 3 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue