From 7a6ff1e6b432cd22db2167b7a104c6890e66dff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Mon, 5 Jul 2021 08:15:32 +0200 Subject: [PATCH] rpm: Remove unnecessary build dependency (gdb) --- rpm/touchegg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/touchegg.spec b/rpm/touchegg.spec index dfe9476e..dc91fcd2 100644 --- a/rpm/touchegg.spec +++ b/rpm/touchegg.spec @@ -8,7 +8,7 @@ Group: Applications/Productivity Vendor: José Expósito Packager: José Expósito -BuildRequires: git gcc gcc-c++ gdb cmake rpm-build +BuildRequires: git gcc gcc-c++ cmake rpm-build BuildRequires: libudev-devel libinput-devel pugixml-devel cairo-devel BuildRequires: libX11-devel libXtst-devel libXrandr-devel libXi-devel BuildRequires: glib2-devel gtk3-devel