mirror of
https://abf.rosa.ru/djam/sdl2-gamepad-mapper.git
synced 2025-02-23 15:52:57 +00:00
This commit is contained in:
parent
2f592459e3
commit
3b212fe959
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
Summary: GUI application to map a generic controller to the SDL2 GameController spec and generate an SDL2 mapping string
|
Summary: GUI application to map a generic controller to the SDL2 GameController spec and generate an SDL2 mapping string
|
||||||
Name: sdl2-gamepad-mapper
|
Name: sdl2-gamepad-mapper
|
||||||
Version: 0.0.9
|
Version: 0.0.9
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: System/Configuration/Hardware
|
Group: System/Configuration/Hardware
|
||||||
URL: https://gitlab.com/ryochan7/sdl2-gamepad-mapper
|
URL: https://gitlab.com/ryochan7/sdl2-gamepad-mapper
|
||||||
|
@ -11,6 +11,7 @@ BuildRequires: pkgconfig(Qt5Quick)
|
||||||
BuildRequires: pkgconfig(Qt5QuickControls2)
|
BuildRequires: pkgconfig(Qt5QuickControls2)
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
BuildRequires: pkgconfig(vulkan)
|
BuildRequires: pkgconfig(vulkan)
|
||||||
|
BuildRequires: qt515
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GUI application to map a generic controller to the SDL2 GameController spec
|
GUI application to map a generic controller to the SDL2 GameController spec
|
||||||
|
|
Loading…
Add table
Reference in a new issue