changeset 6396:7419e5bfccdb

Fix ghostscript dependency libtiff
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sun, 22 Mar 2015 00:33:00 +0900
parents 32b05e13eefe
children 754346b9dc1d
files gub/specs/ghostscript.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/ghostscript.py	Sat Mar 21 21:23:38 2015 +0900
+++ b/gub/specs/ghostscript.py	Sun Mar 22 00:33:00 2015 +0900
@@ -89,9 +89,11 @@
         'freetype-devel',
         'libjpeg-devel',
         'libpng-devel',
-        'libtiff-devel',
+        'libtiff-runtime',
         'tools::pkg-config',
         ]
+    def get_build_dependencies (self):
+        return ['libtiff-devel']
     subpackage_names = ['doc', '']
     def srcdir (self):
         return re.sub ('-source', '',