summaryrefslogtreecommitdiffstats
path: root/games/vbam/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/vbam/README')
-rw-r--r--games/vbam/README11
1 files changed, 8 insertions, 3 deletions
diff --git a/games/vbam/README b/games/vbam/README
index e5b5f418cb..d3a1da6b69 100644
--- a/games/vbam/README
+++ b/games/vbam/README
@@ -6,6 +6,11 @@ many of these forks seem to be abandoned, outdated or missing altogether.
We aim to preserve all of the hard work done by these developers to make the
already great VisualBoyAdvance even better!
-By default, VBA-M requires gtkglextmm. However, you can build without the
-gui, which drops the GTK dependency chain, by passing BUILD_GTK=no to the
-SlackBuild.
+The following options are available:
+
+GTK=ON will build the GTK GUI. It requires gtkglextmm.
+
+WX=ON will build the WxWidgets GUI. It requires WxWidgets.
+
+FFMPEG=ON will enable recording and playback. It requires FFMPEG.
+