summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-28 15:58:10 +0200
committerFlorian Franzmann2022-05-29 00:03:25 +0200
commit29a25597b4948bc60b8cc4440895a03f9ce24720 (patch)
tree8207dfb3f7f8289a7dbd1aea7f67b6f875c2b418 /graphics-libs
parentbeb14f146916cbbdee676a474cd335f9afe101d1 (diff)
graphics-libs/gegl: use MESON_DEPENDS
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/gegl/DEPENDS4
-rw-r--r--graphics-libs/gegl/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics-libs/gegl/DEPENDS b/graphics-libs/gegl/DEPENDS
index ca992211ab..e5cfe26a38 100755
--- a/graphics-libs/gegl/DEPENDS
+++ b/graphics-libs/gegl/DEPENDS
@@ -1,7 +1,7 @@
-. "$GRIMOIRE/FUNCTIONS" &&
+. "$GRIMOIRE/FUNCTIONS" &&
+. "$GRIMOIRE"/MESON_DEPENDS &&
depends python3 &&
-depends meson &&
depends glib2 &&
depends luajit &&
depends json-glib &&
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index e1b202fedb..daab764720 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,6 @@
+2022-05-28 Florian Franzmann <bwlf@bandrate.org>
+ * DEPENDS: use MESON_DEPENDS
+
2021-12-26 Florian Franzmann <bwlf@bandrate.org>
* DEPENDS: remove obsolete optional dependency on pygobject3