summaryrefslogtreecommitdiff
path: root/7w
diff options
context:
space:
mode:
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