diff options
| author | Matt Corallo <[email protected]> | 2012-02-15 14:42:51 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2012-02-15 16:39:01 -0500 |
| commit | b03cb15789d021a2dc8c32cbe5ed92ad16da0f40 (patch) | |
| tree | 7b2d3db8b3af69b31f1b7e713729714159ba8a07 /contrib/debian/control | |
| parent | Fix compilation warning. (diff) | |
| download | discoin-b03cb15789d021a2dc8c32cbe5ed92ad16da0f40.tar.xz discoin-b03cb15789d021a2dc8c32cbe5ed92ad16da0f40.zip | |
Make bitcoin-qt static-link libqrcode and add it for debian pkgs.
Diffstat (limited to 'contrib/debian/control')
| -rw-r--r-- | contrib/debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/debian/control b/contrib/debian/control index c41664ca6..745fd71ea 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -15,7 +15,8 @@ Build-Depends: debhelper, libboost-thread-dev (>> 1.35) | libboost-thread1.35-dev, libboost-test-dev (>> 1.35) | libboost-test1.35-dev, qt4-qmake, - libqt4-dev + libqt4-dev, + libqrencode-dev Standards-Version: 3.9.2 Homepage: http://www.bitcoin.org/ Vcs-Git: git://github.com/bitcoin/bitcoin.git |