From 22123c85f3722abad896aebb564a89d88da92e81 Mon Sep 17 00:00:00 2001 From: sje397 Date: Fri, 11 Nov 2011 01:20:17 +1100 Subject: Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml --- src/makefile.osx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/makefile.osx') diff --git a/src/makefile.osx b/src/makefile.osx index 4b0b521a33..2bb898049d 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -95,6 +95,10 @@ else endif endif +ifdef USE_QRCODE + DEFS += -DUSE_QRCODE=$(USE_QRCODE) + LIBS += -lqrencode +endif all: bitcoind -- cgit v1.2.3