]> git.pld-linux.org Git - packages/fuse.git/commitdiff
- enabled ui joystick (it works better than jsw) auto/th/fuse-0_10_0_2-1
authorwitekfl <witekfl@pld-linux.org>
Fri, 1 May 2009 18:01:25 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 1

Changed files:
    fuse.spec -> 1.43

fuse.spec

index c17c5f2e3a864bb46a83cbf2c913ea6afe618b59..c9efdb511426ae4dfad62a39205b138f2979e948 100644 (file)
--- a/fuse.spec
+++ b/fuse.spec
@@ -10,7 +10,7 @@ Summary:      Free Unix Spectrum Emulator
 Summary(pl.UTF-8):     Darmowy uniksowy emulator ZX Spectrum
 Name:          fuse
 Version:       0.10.0.2
-Release:       0.5
+Release:       1
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       http://dl.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
@@ -235,8 +235,7 @@ cp -f fuse fuse-x11
 # SDL
 %if %{with sdl}
 %configure \
-       --disable-ui-joystick \
-       --with-joystick \
+       --enable-ui-joystick \
        --with-sdl
 %{__make} clean
 %{__make}
@@ -246,8 +245,7 @@ cp -f fuse fuse-sdl
 # svga
 %if %{with svga}
 %configure \
-       --disable-ui-joystick \
-       --with-joystick \
+       --enable-ui-joystick \
        --with-svgalib
 %{__make} clean
 %{__make}
This page took 0.111244 seconds and 4 git commands to generate.