diff options
Diffstat (limited to 'games/yabause')
-rw-r--r-- | games/yabause/README | 5 | ||||
-rw-r--r-- | games/yabause/yabause.info | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/games/yabause/README b/games/yabause/README index 7acfdbfbf239..0910ece81da6 100644 --- a/games/yabause/README +++ b/games/yabause/README @@ -9,9 +9,8 @@ Yabause is a Sega Saturn emulator. It has the following features: * joystick support * region select -Requires: gtkglext -Optional: mini18n and OpenAL -For translation support install mini18n. +mini18n and OpenAL, as well as mini18n (for translation support) are +optional dependencies. By default the QT version of yabause is built. To use the GTK version then pass USE_GUI=gtk to the slackbuild. diff --git a/games/yabause/yabause.info b/games/yabause/yabause.info index 030aea575876..2e2b7fa70ef6 100644 --- a/games/yabause/yabause.info +++ b/games/yabause/yabause.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/yabause/yabause-0.9.11.tar.gz" MD5SUM="b0c70080b07db3b709f252b9988701b5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="OpenAL gtkglext mini18n" +REQUIRES="gtkglext" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" |