summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'newmoon/debian/control')
-rw-r--r--newmoon/debian/control3
1 files changed, 3 insertions, 0 deletions
diff --git a/newmoon/debian/control b/newmoon/debian/control
index 0af5406..7d167fd 100644
--- a/newmoon/debian/control
+++ b/newmoon/debian/control
@@ -5,6 +5,8 @@ Maintainer: B Stack <bgstack15@gmail.com>
Bugs: mailto: <bgstack15@gmail.com>
Build-Depends: debhelper (>= 12),
autoconf2.13,
+ gcc (<< 11) | gcc-10,
+ g++ (<< 11) | g++-10,
libasound2-dev,
libdbus-glib-1-dev (>= 0.60),
libgconf2-dev (>= 1.2.1),
@@ -12,6 +14,7 @@ Build-Depends: debhelper (>= 12),
libssl-dev,
libx11-xcb-dev,
libxt-dev,
+ lsb-release,
mesa-common-dev,
pkg-config,
python2 (>= 2.7.18-2~) | python (>= 2.7),
bgstack15