summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorIsmael Luceno2021-07-20 23:26:22 +0200
committerIsmael Luceno2021-07-20 23:26:22 +0200
commite36efcc7f8e11148b5da2695639454361b7a8d1d (patch)
tree70e2ab2f94752f4d4a5382e3b75e7a67a7f1dcf6 /graphics-libs
parent2fb70ccce584428eb6c77ca89abfac47e22732d8 (diff)
gegl: Add build-time dep on python3
Needed to build OpenCL operations.
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/gegl/DEPENDS1
-rw-r--r--graphics-libs/gegl/HISTORY1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics-libs/gegl/DEPENDS b/graphics-libs/gegl/DEPENDS
index f68af08c4d..9a752fd944 100755
--- a/graphics-libs/gegl/DEPENDS
+++ b/graphics-libs/gegl/DEPENDS
@@ -1,5 +1,6 @@
. "$GRIMOIRE/FUNCTIONS" &&
+depends python3 &&
depends meson &&
depends glib2 &&
depends luajit &&
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index 6e20cd6a43..66a082174d 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -2,6 +2,7 @@
* DEPENDS: replaced exiv2 (deprecated) by gexiv2
made libpng and JPEG mandatory (upstream change)
added missing dependency on poppler
+ added build-time dep on python3
* BUILD, DEPENDS: Updated dep to libv4l2
2021-04-02 Florian Franzmann <bwlf@bandrate.org>