diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-11-22 12:10:35 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-11-22 12:10:35 +0100 |
commit | d56f139475d15ec6deaa5ea29debc4ea38b4bec0 (patch) | |
tree | 3066bc3187a86616369553dbbfcee3b2c709fafa | |
parent | ce36d3deab7bbd351ec373e4917c2b3b785b9fb5 (diff) | |
download | input-d56f139475d15ec6deaa5ea29debc4ea38b4bec0.tar.gz |
add gcc to specfile
-rw-r--r-- | input.spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ Group: Applications/System URL: http://www.kraxel.org/blog/linux/%{name}/ Source: http://www.kraxel.org/releases/%{name}/%{name}-%{version}.tar.gz +BuildRequires: gcc + %description Tools to handle linux input devices (evdev). List devices, dump input events, ... |