summaryrefslogtreecommitdiff
path: root/grc/checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/checks.py')
-rwxr-xr-xgrc/checks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/grc/checks.py b/grc/checks.py
index cfff10e7d8..66c114d723 100755
--- a/grc/checks.py
+++ b/grc/checks.py
@@ -53,6 +53,8 @@ def check_gtk():
warnings.filterwarnings("error")
import gi
gi.require_version('Gtk', '3.0')
+ gi.require_version('PangoCairo', '1.0')
+
from gi.repository import Gtk
Gtk.init_check()
warnings.filterwarnings("always")