summaryrefslogtreecommitdiff
path: root/7w/7w.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-05 21:24:25 -0400
committerB Stack <bgstack15@gmail.com>2019-04-05 21:24:25 -0400
commit953a62512d712940ac480b54059ba4f74d13be9b (patch)
treeb6291b3a95876b6808878445c50abc26ae1d74fa /7w/7w.spec
parentMerge branch '7w-bump' into 'master' (diff)
downloadstackrpms-953a62512d712940ac480b54059ba4f74d13be9b.tar.gz
stackrpms-953a62512d712940ac480b54059ba4f74d13be9b.tar.bz2
stackrpms-953a62512d712940ac480b54059ba4f74d13be9b.zip
7w add build-depends ImageMagick
Diffstat (limited to '7w/7w.spec')
-rw-r--r--7w/7w.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/7w/7w.spec b/7w/7w.spec
index 0e0d554..8ccac29 100644
--- a/7w/7w.spec
+++ b/7w/7w.spec
@@ -23,6 +23,7 @@ Source1: %{name}.svg
Packager: B Stack <bgstack15@gmail.com>
BuildRequires: gcc
BuildRequires: ncurses-devel
+BuildRequires: ImageMagick
Requires: ncurses
# do not require the icon theme. the rpm can make the dirs, and it won't hurt on terminal-only systems to have the directories with just these icons.
#Requires: hicolor-icon-theme
bgstack15