diff-pdf: fix cross compilation with wxWidgets
This commit is contained in:
parent
0f04bdc5fe
commit
92129ba22a
|
@ -4,7 +4,6 @@ version=0.2.20160602
|
|||
revision=4
|
||||
_commit=ccf96982fa8a35d64a377779cfd80c921f66cefc
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-wx-config=wx-config-3.0"
|
||||
wrksrc="$pkgname-$_commit"
|
||||
hostmakedepends="automake pkg-config"
|
||||
makedepends="wxWidgets-devel cairo-devel poppler-devel poppler-glib-devel"
|
||||
|
@ -15,8 +14,6 @@ homepage="http://vslavik.github.io/diff-pdf/"
|
|||
distfiles="https://github.com/vslavik/diff-pdf/archive/$_commit.tar.gz"
|
||||
checksum=b22f38770fd12a3b14a743643e6cdbbc07e824c5bf80f7099790b2f36ee1b2ca
|
||||
|
||||
nocross=yes
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue