From: <sba...@us...> - 2021-03-15 23:57:58
|
This is an automated email from the git hooks/post-receive-user script. sbaldovi pushed a commit to branch master in repository website. View the commit online: https://sourceforge.net/p/fuse-emulator/website/ci/2e22abf8409383c1f712b5f98fbee24972d5ca98/ The following commit(s) were added to refs/heads/master by this push: new 2e22abf Remove SVGAlib UI 2e22abf is described below commit 2e22abf8409383c1f712b5f98fbee24972d5ca98 Author: Sergio Baldoví <ser...@gm...> AuthorDate: Tue Mar 16 00:57:19 2021 +0100 Remove SVGAlib UI --- fuse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuse.php b/fuse.php index 199de58..53a0097 100644 --- a/fuse.php +++ b/fuse.php @@ -172,7 +172,7 @@ you'll still need <a href="libspectrum.php">libspectrum</a> installed to run the <dt>Required:</dt> <dd> <ul> - <li>X, <a href="http://www.libsdl.org/">SDL</a>, <a href="http://www.svgalib.org/">svgalib</a> or framebuffer support. If you have <a href="http://www.gtk.org/">GTK</a> installed, you'll get a (much) nicer user interface under X.</li> + <li>X, <a href="http://www.libsdl.org/">SDL</a> or framebuffer support. If you have <a href="http://www.gtk.org/">GTK</a> installed, you'll get a (much) nicer user interface under X.</li> <li><a href="libspectrum.php">libspectrum</a>: the Spectrum emulator file format and information library.</li> </ul> </dd> |