sylpheed: fix gpgme detection in cross builds.
This commit is contained in:
parent
cbb18a0a34
commit
bf04967206
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'sylpheed'.
|
||||
pkgname=sylpheed
|
||||
version=3.3.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-compface --disable-gtkspell"
|
||||
hostmakedepends="pkg-config flex"
|
||||
hostmakedepends="pkg-config flex gpgme-devel"
|
||||
makedepends="zlib-devel openssl-devel gtk+-devel gpgme-devel"
|
||||
short_desc="GTK+ Lightweight and user-friendly e-mail client"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue