summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-23 22:45:27 -0400
committerB Stack <bgstack15@gmail.com>2020-10-24 09:11:55 -0400
commit040b8e1e65cf71b397408b3115aeecb44c71ca09 (patch)
tree01e96ad7f2a22c242c480b15e47b1533988d8a2d /newmoon/debian/control
parentMerge branch 'makemkv-bump' into 'master' (diff)
downloadstackrpms-040b8e1e65cf71b397408b3115aeecb44c71ca09.tar.gz
stackrpms-040b8e1e65cf71b397408b3115aeecb44c71ca09.tar.bz2
stackrpms-040b8e1e65cf71b397408b3115aeecb44c71ca09.zip
nm 28.14.2-2+devuan use gtk2
Diffstat (limited to 'newmoon/debian/control')
-rw-r--r--newmoon/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/debian/control b/newmoon/debian/control
index f5f6304..2190e14 100644
--- a/newmoon/debian/control
+++ b/newmoon/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 12),
libasound2-dev,
libdbus-glib-1-dev (>= 0.60),
libgconf2-dev (>= 1.2.1),
- libgtk-3-dev,
+ libgtk2.0-dev (>= 2.14),
libssl-dev,
libx11-xcb-dev,
libxt-dev,
bgstack15