summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-14 10:30:12 +0200
committerIsmael Luceno2019-08-14 10:30:12 +0200
commitb055f149ed2329b363611bd599453a9ca4854b76 (patch)
treebaa2b0ce18887537c0ba2d9d04e796da0a6e2029
parent5aef7dfc8829376fa96d48994f0c3eab6a27a58c (diff)
gtk+3: Remove accidentally added SUB_DEPENDS
-rwxr-xr-xx11-toolkits/gtk+3/SUB_DEPENDS7
1 files changed, 0 insertions, 7 deletions
diff --git a/x11-toolkits/gtk+3/SUB_DEPENDS b/x11-toolkits/gtk+3/SUB_DEPENDS
deleted file mode 100755
index c364f3575f..0000000000
--- a/x11-toolkits/gtk+3/SUB_DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-case "$THIS_SUB_DEPENDS" in
-@gobject-introspection)
- depends gobject-introspection --enable-introspection=yes
- sub_depends atk @gobject-introspection
- ;;
-*) echo unknown sub-depends!!! ; return 1 ;;
-esac