erlang: switch to wxWidgets 3.0.
This commit is contained in:
parent
227e8b139e
commit
da9631100d
1 changed files with 3 additions and 2 deletions
|
@ -4,10 +4,11 @@ version=19.0
|
|||
revision=2
|
||||
wrksrc=otp_src_${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-smp-support"
|
||||
configure_args="--enable-smp-support
|
||||
$(vopt_if x11 --with-wx-config=wx-config-3.0)"
|
||||
hostmakedepends="perl libxslt"
|
||||
makedepends="ncurses-devel unixodbc-devel libressl-devel zlib-devel
|
||||
$(vopt_if x11 'wxGTK-devel glu-devel')"
|
||||
$(vopt_if x11 'wxWidgets-devel glu-devel')"
|
||||
short_desc="Concurrent functional programming language developed by Ericsson"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue