Fix with_gampad typo
This doesn't matter for RHEL, since we have gamepad support disabled, but typos should be fixed. Resolves: #1965896
This commit is contained in:
parent
5ebf76f9c2
commit
029f07a4e9
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
# No libmanette in RHEL
|
# No libmanette in RHEL
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
%global with_gampad 1
|
%global with_gamepad 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Build documentation by default (use `rpmbuild --without docs` to override it).
|
# Build documentation by default (use `rpmbuild --without docs` to override it).
|
||||||
|
Loading…
Reference in New Issue
Block a user