diff options
Diffstat (limited to 'Make.config')
-rw-r--r-- | Make.config | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Make.config b/Make.config index b60af0f..c369a0d 100644 --- a/Make.config +++ b/Make.config @@ -12,18 +12,25 @@ PREFIX = /usr/local # enable AUX patch, in VDR >= 2.3.4 not needed! #WITH_AUX_PATCH = 1 -# enable graphtftng and/or pin plugin support if autodetection below don't work -#WITH_GTFT = 1 +# enable pin plugin support if autodetection below don't work + #WITH_PIN = 1 DEBUG = 1 +# ------------------ +# internals + +SQLCFG = mariadb-config + +ifdef MYSQL + SQLCFG = mysql_config +endif + #USE_CLANG = 1 # set python interpreter -PYTHON ?= python -# ----------------------- -# don't touch below ;) +PYTHON ?= python ifdef USE_CLANG CC = clang++ |