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:
Michael Catanzaro 2021-06-01 17:21:08 -05:00
parent 5ebf76f9c2
commit 029f07a4e9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# No libmanette in RHEL
%if !0%{?rhel}
%global with_gampad 1
%global with_gamepad 1
%endif
# Build documentation by default (use `rpmbuild --without docs` to override it).