From 6b8c8aec4fe01136b3092981e4a9c5d486d098df Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 21 Feb 2016 20:39:12 +0100 Subject: libskindesignerapi 0.1.0 support --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 31fa4ca..53cc053 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ LIBS += $(shell pkg-config --libs libskindesignerapi) ### Configuration (edit this for your needs) -CONFIG := #-DDEBUG # uncomment to build DEBUG +#CONFIG := -DDEBUG # uncomment to build DEBUG DISABLESKINDESIGNER ?= 0 ### The version number of this plugin (taken from the main source file): @@ -40,7 +40,7 @@ export CFLAGS = $(call PKGCFG,cflags) export CXXFLAGS = $(call PKGCFG,cxxflags) #CXXFLAGS += -std=gnu++0x -CXXFLAGS += -std=c++11 +export CXXFLAGS += -std=c++11 ### The version number of VDR's plugin API: -- cgit v1.2.3