summaryrefslogtreecommitdiff
path: root/7w
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
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')
-rw-r--r--7w/7w.spec1
-rw-r--r--7w/debian/control3
2 files changed, 3 insertions, 1 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
diff --git a/7w/debian/control b/7w/debian/control
index 57a53dd..784c275 100644
--- a/7w/debian/control
+++ b/7w/debian/control
@@ -3,7 +3,8 @@ Section: games
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=11~),
- libncurses-dev
+ libncurses-dev,
+ ImageMagick,
Standards-Version: 4.1.4
Homepage: https://gitlab.com/bgstack15/7w
bgstack15