summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-16 18:38:39 -0400
committerB Stack <bgstack15@gmail.com>2020-08-16 18:38:39 -0400
commitfa6046c8df12de95af8d0ea70e71b43a081abaf2 (patch)
treec0f2a1d99ae86fc1fbf30d66ee259ab22204b27e /newmoon/debian/control
parentWIP: newmoon compile attempt 1 (diff)
downloadstackrpms-fa6046c8df12de95af8d0ea70e71b43a081abaf2.tar.gz
stackrpms-fa6046c8df12de95af8d0ea70e71b43a081abaf2.tar.bz2
stackrpms-fa6046c8df12de95af8d0ea70e71b43a081abaf2.zip
use gtk3 dependencies
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 462f8af..1eeb8ea 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),
- libgtk2.0-dev (>= 2.14),
+ libgtk-3-dev,
libssl-dev,
libx11-xcb-dev,
libxt-dev,
bgstack15