summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2019-09-16 19:51:26 +0200
committerIsmael Luceno2019-09-16 19:51:26 +0200
commit513b54c8c904a4e8e139c7cd308f1e6cc9fd5660 (patch)
treec962183f7391cdcc816106e248b2436b34474bae /utils
parent1760ac46220964c232661d385ad23a6e184c0a74 (diff)
gnuplot: Add missing dependency on qtsvg
Diffstat (limited to 'utils')
-rwxr-xr-xutils/gnuplot/DEPENDS4
-rw-r--r--utils/gnuplot/HISTORY3
2 files changed, 7 insertions, 0 deletions
diff --git a/utils/gnuplot/DEPENDS b/utils/gnuplot/DEPENDS
index 43ae864ead..60f48c20a3 100755
--- a/utils/gnuplot/DEPENDS
+++ b/utils/gnuplot/DEPENDS
@@ -42,6 +42,10 @@ optional_depends libcerf "--with-libcerf" "--without-libcerf" \
optional_depends texlive "--with-latex" "--without-latex" \
"for LaTeX support" &&
+if is_depends_enabled $SPELL qtbase; then
+ depends qtsvg
+fi &&
+
if is_depends_enabled $SPELL wxgtk; then
depends cairo &&
depends pango
diff --git a/utils/gnuplot/HISTORY b/utils/gnuplot/HISTORY
index e500bb6c5a..b13b108484 100644
--- a/utils/gnuplot/HISTORY
+++ b/utils/gnuplot/HISTORY
@@ -1,3 +1,6 @@
+2019-09-16 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: Added missing dependency on qtsvg
+
2019-05-29 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 5.2.7