libraries/appstream-glib: Fix building with meson 0.49.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2019-01-05 11:38:34 +13:00
parent df97bab7dd
commit 3dd982d99f

View file

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