Skip to content
Snippets Groups Projects
Commit cf0d1fba authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

0.13.1-2

parent 4c24d75b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=folks
pkgver=0.13.1
pkgrel=1
pkgrel=2
pkgdesc="Library to aggregates people into metacontacts"
arch=(x86_64)
url="https://wiki.gnome.org/Projects/Folks"
......@@ -25,7 +25,8 @@ prepare() {
}
build() {
arch-meson $pkgname build -D docs=true
# LTO copies some GType constructors
arch-meson $pkgname build -D b_lto=false -D docs=true
ninja -C build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment