From: IOhannes m zmölnig Date: Wed, 13 Jan 2021 10:03:13 +0000 (+0100) Subject: set CPPFLAGS to build GPL-variant of Projucer X-Git-Tag: archive/raspbian/6.1.5_ds0-1+rpi1^2~93 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b841ca3ae1d7ea1a78c72a2fd34b92e087538f77;p=juce.git set CPPFLAGS to build GPL-variant of Projucer --- diff --git a/debian/rules b/debian/rules index 63246367..f2bf44b0 100755 --- a/debian/rules +++ b/debian/rules @@ -35,6 +35,9 @@ ifeq ($(if $(noatomicarch),atomic), atomic) CPPFLAGS += -DDEBIAN_JUCERPROJECT_LIBS='\"atomic\"' endif +# Debian's Projucer is GPL +CPPFLAGS += -DJUCER_ENABLE_GPL_MODE=1 + %: dh $@