[Lunar-commits] <moonbase-other> bochs: use wxgtk28, 3.0 doesn't work
v4hn
me at v4hn.de
Mon Oct 27 20:00:22 CET 2014
commit 12245adc447842fe5522bdeb881ee3acb47d616c
Author: v4hn <me at v4hn.de>
Date: Mon, 27 Oct 2014 20:00:09 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/12245adc447842fe5522bdeb881ee3acb47d616c
bochs: use wxgtk28, 3.0 doesn't work
---
virtual/bochs/DEPENDS | +1/-1
virtual/bochs/PRE_BUILD | +3/-0
2 files changed, 4 insertions(+), 1 deletion(-)
--- a/virtual/bochs/DEPENDS
+++ b/virtual/bochs/DEPENDS
@@ -1,4 +1,4 @@
optional_depends "readline" "--enable-readline" "--disable-readline" "For readline library support"
optional_depends "XOrg7" "--with-x11" "--without-x11" "For X window GUI support"
-optional_depends "wxGTK" "--with-wx" "--without-wx" "For wxWindows support"
+optional_depends "wxgtk28" "--with-wx" "--without-wx" "For wxWindows support"
optional_depends "SDL" "--with-sdl" "--without-sdl" "For SDL support"
--- /dev/null
+++ b/virtual/bochs/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+
+sedit 's/wx-config/wx-config-2.8/' configure gui/Makefile.in
More information about the Lunar-commits
mailing list