From b841ca3ae1d7ea1a78c72a2fd34b92e087538f77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 13 Jan 2021 11:03:13 +0100 Subject: [PATCH] set CPPFLAGS to build GPL-variant of Projucer --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) 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 $@ -- 2.30.2