libgexiv2: fix build with proper prefix[skip-ci]

This commit is contained in:
Chaoting Liu 2018-07-17 03:40:53 +02:00
parent f16c131520
commit d489c31387

View File

@ -1,7 +1,7 @@
pkgname=libgexiv2 pkgname=libgexiv2
pkgver=0.10.8 pkgver=0.10.8
pkgrel=1 pkgrel=2
pkgdesc="GObject-based wrapper around the Exiv2 library" pkgdesc="GObject-based wrapper around the Exiv2 library"
url="https://wiki.gnome.org/Projects/gexiv2" url="https://wiki.gnome.org/Projects/gexiv2"
arch=(x86_64) arch=(x86_64)
@ -17,12 +17,8 @@ pkgver() {
git describe --tags | sed 's/^gexiv2-//;s/-/+/g' git describe --tags | sed 's/^gexiv2-//;s/-/+/g'
} }
prepare() {
cd gexiv2
}
build() { build() {
meson gexiv2 build \ chakra-meson gexiv2 build \
-Denable-gtk-doc=false -Denable-gtk-doc=false
ninja -C build ninja -C build
} }