mediainfo: fix cross compilation with wxWidgets

This commit is contained in:
newbluemoon 2017-11-11 23:07:48 +01:00 committed by Jürgen Buchmüller
parent 90715ad5ec
commit 966cedf93c

View file

@ -5,7 +5,6 @@ revision=2
short_desc="Display technical and tag data for video and audio files"
homepage="http://mediaarea.net/MediaInfo"
maintainer="Georg Schabel <gescha@posteo.de>"
configure_args="--with-wx-config=wx-config-3.0"
hostmakedepends="automake libtool pkg-config"
makedepends="libmediainfo-devel zlib-devel wxWidgets-devel"
depends="desktop-file-utils hicolor-icon-theme"
@ -15,7 +14,6 @@ replaces="mediainfo-gui>=0"
license="BSD"
distfiles="https://mediaarea.net/download/source/${pkgname}/${version}/${pkgname}_${version}.tar.gz"
checksum=d94e4ea60aee3c11ea6fb91fe0d40843bfcaf78260c9e2fe515ed7e49270ca69
nocross=yes # wxWidgets
do_configure() {
for d in CLI GUI; do