summaryrefslogtreecommitdiff
path: root/gtk3-stackrpms
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3-stackrpms')
-rw-r--r--gtk3-stackrpms/gtk3-automnemonics/gtk3-automnemonics.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk3-stackrpms/gtk3-automnemonics/gtk3-automnemonics.spec b/gtk3-stackrpms/gtk3-automnemonics/gtk3-automnemonics.spec
index a7776c7..3a4cd9c 100644
--- a/gtk3-stackrpms/gtk3-automnemonics/gtk3-automnemonics.spec
+++ b/gtk3-stackrpms/gtk3-automnemonics/gtk3-automnemonics.spec
@@ -10,8 +10,9 @@ URL: https://github.com/thesquash/sgm
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
Source1: 53gtk3-automnemonics
-BuildRequires: pkgconfig(gtk+-3.0)
+BuildRequires: gcc
BuildRequires: meson
+BuildRequires: pkgconfig(gtk+-3.0)
%description
Adds a gtk3 module that reacts to theme setting gtk-auto-mnemonics = 0
bgstack15