diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-01-30 14:46:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:11 +0700 |
commit | dbd203f9b8ec721163aabb6cd818bde0af84edf8 (patch) | |
tree | 9c019d1a79ed332cb30be26332e885c088afa2c5 /graphics/gource | |
parent | eafa728694b01600d976d2c61d04a6971817fe72 (diff) |
graphics/gource: Added the new dependency SDL2_image.
SDL-1.x support is deprecated
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/gource')
-rw-r--r-- | graphics/gource/gource.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gource/gource.info b/graphics/gource/gource.info index 5fea42eed0b3..f1b8022369b6 100644 --- a/graphics/gource/gource.info +++ b/graphics/gource/gource.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/acaudwell/Gource/releases/download/gource-0.44/gour MD5SUM="b0f13a524e3391bfc41f12c624da1e00" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="glm" +REQUIRES="SDL2_image glm" MAINTAINER="Matteo Bernardini" EMAIL="ponce@slackbuilds.org" |