diff options
author | B Stack <bgstack15@gmail.com> | 2019-04-05 21:24:25 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-04-05 21:24:25 -0400 |
commit | 953a62512d712940ac480b54059ba4f74d13be9b (patch) | |
tree | b6291b3a95876b6808878445c50abc26ae1d74fa /7w | |
parent | Merge branch '7w-bump' into 'master' (diff) | |
download | stackrpms-953a62512d712940ac480b54059ba4f74d13be9b.tar.gz stackrpms-953a62512d712940ac480b54059ba4f74d13be9b.tar.bz2 stackrpms-953a62512d712940ac480b54059ba4f74d13be9b.zip |
7w add build-depends ImageMagick
Diffstat (limited to '7w')
-rw-r--r-- | 7w/7w.spec | 1 | ||||
-rw-r--r-- | 7w/debian/control | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |