Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",