The wxwidgets eclass requires setup-wxwidgets to be called to set up the
environment for wxGTK. In addition, WX_GTK_VER is updated to select the
3.0-gtk3 slot.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12882
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
EAPI=7
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
inherit cmake-utils desktop wxwidgets xdg
DESCRIPTION="Online multiplayer free software engine for DOOM"
src_prepare() {
rm -r libraries/libminiupnpc odamex.wad || die
+
+ setup-wxwidgets
+
cmake-utils_src_prepare
}