mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
libraries/appstream-glib: Fix building with meson 0.49.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
df97bab7dd
commit
3dd982d99f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for appstream-glib
|
||||
|
||||
# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -82,7 +82,7 @@ meson \
|
|||
build
|
||||
|
||||
# not sure why this is necessary
|
||||
sed -i "/^ COMMAND = \\/usr\\/bin\\/g-ir-scanner/s/-lyaml //" build/build.ninja
|
||||
sed -i "/^ COMMAND = \\/usr\\/bin\\/g-ir-scanner/s/-lyaml//" build/build.ninja
|
||||
|
||||
ninja -C build
|
||||
DESTDIR=$PKG ninja -C build install
|
||||
|
|
Loading…
Reference in a new issue