summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPavel Vinogradov2021-07-16 16:37:45 -0400
committerPavel Vinogradov2021-07-16 16:39:22 -0400
commitf983181459884bd528df0a4c08f54c83440c22e1 (patch)
tree920bb94258fa1f61bcbd58655a770285dea05e62 /x11-toolkits
parent36f7cf735877378cc2356a217d51cb2a58bff421 (diff)
x11-toolkits/gtk+3: removed devel subdependencies
Diffstat (limited to 'x11-toolkits')
-rwxr-xr-xx11-toolkits/gtk+3/DEPENDS21
-rw-r--r--x11-toolkits/gtk+3/HISTORY3
2 files changed, 9 insertions, 15 deletions
diff --git a/x11-toolkits/gtk+3/DEPENDS b/x11-toolkits/gtk+3/DEPENDS
index 872d78eabb..7036c08e84 100755
--- a/x11-toolkits/gtk+3/DEPENDS
+++ b/x11-toolkits/gtk+3/DEPENDS
@@ -3,21 +3,12 @@ depends meson &&
depends python3 &&
depends ninja-build-system &&
-if [[ "$GTK_VER" == "devel" ]]; then
- depends -sub GLIB_DEVEL glib2 &&
- depends -sub "CAIRO_DEVEL PDF PS SVG X GOBJ" cairo &&
- optional_depends -sub GOBJ_DEVEL gobject-introspection \
- "introspection=true" \
- "introspection=false" \
- "to enable introspection support"
-else
- depends glib2 &&
- depends -sub "PDF PS SVG X GOBJ" cairo &&
- optional_depends gobject-introspection \
- "introspection=true" \
- "introspection=false" \
- "to enable introspection support"
-fi
+depends glib2 &&
+depends -sub "PDF PS SVG X GOBJ" cairo &&
+optional_depends gobject-introspection \
+ "introspection=true" \
+ "introspection=false" \
+ "to enable introspection support" &&
vdepends << ! &&
gdk-pixbuf2 >= 2.30
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 874bf77fff..2d5d084181 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,3 +1,6 @@
+2021-07-16 Pavel Vinogradov <public@sourcemage.org>
+ * DEPENDS: removed devel subdependencies
+
2021-07-08 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 3.14.30