From 029f07a4e9d646667f44afca82fe7827b8c72e72 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 1 Jun 2021 17:21:08 -0500 Subject: [PATCH] Fix with_gampad typo This doesn't matter for RHEL, since we have gamepad support disabled, but typos should be fixed. Resolves: #1965896 --- webkit2gtk3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 34ba324..5f57837 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -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).