summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xdgmenumaker/debian/control6
1 files changed, 6 insertions, 0 deletions
diff --git a/xdgmenumaker/debian/control b/xdgmenumaker/debian/control
index 53ef3cf..384cccf 100644
--- a/xdgmenumaker/debian/control
+++ b/xdgmenumaker/debian/control
@@ -13,6 +13,11 @@ Architecture: any
Multi-Arch: foreign
Pre-Depends: xvfb
Depends: ${misc:Depends}, ${shlibs:Depends},
+# needed by all
+ gir1.2-atk-1.0,
+ gir1.2-pango-1.0,
+ gir1.2-gtk-3.0,
+# for python3:
python3,
python3-xdg,
python3-gi
@@ -21,6 +26,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
# python-gi
# python-gtk2
Suggests:
+# for python3:
python3-pil
# for python2:
# python-pil
bgstack15