Skip to content

Commit

Permalink
bochs: use wxgtk28, 3.0 doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Oct 27, 2014
1 parent 9414f9f commit 12245ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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"
3 changes: 3 additions & 0 deletions virtual/bochs/PRE_BUILD
@@ -0,0 +1,3 @@
default_pre_build &&

sedit 's/wx-config/wx-config-2.8/' configure gui/Makefile.in

0 comments on commit 12245ad

Please sign in to comment.