diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-07 10:09:46 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-07 10:09:56 +0100 |
commit | 19635979086a95d6217c86024312653b20d503f9 (patch) | |
tree | 34d90ad41e0f7918d5f9d27e2c4a72e404a99c2e | |
parent | 5c38aa513e23082c42840fbd48e30ce31ee37c58 (diff) | |
download | gentoo-19635979086a95d6217c86024312653b20d503f9.tar.gz gentoo-19635979086a95d6217c86024312653b20d503f9.tar.xz |
sci-chemistry/openbabel: Only configure WxGtk with USE=wxwidgets
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565040
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild b/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild index d1c08139b7f..bbb38de20fb 100644 --- a/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.3.2-r1.ebuild @@ -49,7 +49,7 @@ src_prepare() { } src_configure() { - need-wxwidgets unicode + use wxwidgets && need-wxwidgets unicode local mycmakeargs=() mycmakeargs+=( -DOPENBABEL_USE_SYSTEM_INCHI=ON |