Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-07-05 10:42:59 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-05 10:42:59 (GMT)
commit484186512be0323d2978ebfad14578bcec620d47 (patch)
tree8456bb2eb516e7299df6f91d1664475d16d85613 /scripts
parente07c3badb8b0defa388e43062f1170b25a4762b0 (diff)
Add dep on gi Vte
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 3fed0f5..f9c8dfd 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -243,6 +243,10 @@ checks = \
"checker": "python",
"packages": { "fedora": "gstreamer-python",
"ubuntu": "python-gst0.10" } },
+ { "check": "from gi.repository import Vte",
+ "checker": "python",
+ "packages": { "fedora": "vte3",
+ "ubuntu": "gir1.2-vte-2.90" } },
{ "check": "video4linux2",
"checker": "gstreamer",
"packages": { "fedora": "gstreamer-plugins-good",