diff options
author | B. Stack <bgstack15@gmail.com> | 2021-11-09 10:06:13 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-11-09 10:06:13 -0500 |
commit | 62a0e67a36c833d10580f308f79ba15c1b4e27b5 (patch) | |
tree | 073037471ecf7f491ad5eb1afca720f0eb16b16e /newmoon/debian/control | |
parent | newmoon 29.4.2 rc1 (diff) | |
download | stackrpms-62a0e67a36c833d10580f308f79ba15c1b4e27b5.tar.gz stackrpms-62a0e67a36c833d10580f308f79ba15c1b4e27b5.tar.bz2 stackrpms-62a0e67a36c833d10580f308f79ba15c1b4e27b5.zip |
use gcc 10
Ref https://build.opensuse.org/package/show/home:stevenpusser:palemoon-GTK3/palemoon-impish-sid
Diffstat (limited to 'newmoon/debian/control')
-rw-r--r-- | newmoon/debian/control | 3 |
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), |