It is missing a pkg-config dependency.
This commit is contained in:
Michael Kuhn 2017-04-06 20:54:57 +02:00 committed by Adam J. Stewart
parent 951f4bf514
commit 95e401fe80

View File

@ -44,6 +44,7 @@ class Wx(AutotoolsPackage):
version('develop', git='https://github.com/wxWidgets/wxWidgets.git', branch='master')
depends_on('pkg-config', type='build')
depends_on('gtkplus')
@when('@:3.0.2')