flatpak-builder: depend on elfutils for eu-strip

See: https://github.com/flatpak/flatpak.github.io/issues/70
This commit is contained in:
Leo 2021-09-23 23:15:37 -03:00 committed by John Zimmermann
parent 554d840692
commit 7d2fd8f637
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'flatpak-builder'
pkgname=flatpak-builder
version=1.1.1
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config xmlto"
makedepends="flatpak-devel json-glib-devel libcap-devel libsoup-devel
libyaml-devel libcurl-devel elfutils"
libyaml-devel libcurl-devel"
depends="elfutils"
short_desc="Tool to build flatpaks from source"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"