summaryrefslogtreecommitdiff
path: root/Make.config
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2013-05-20 20:33:46 +0200
committermrwastl <mrwastl@users.sourceforge.net>2013-05-20 20:33:46 +0200
commita95ee6748308e5603981d0ba4bb69091b3425275 (patch)
tree55904df384bcc0357c9469b4bcc81993669178ed /Make.config
parentf95a223b03053791c3192ce472cc63c4bfcb221c (diff)
downloadgraphlcd-base-a95ee6748308e5603981d0ba4bb69091b3425275.tar.gz
graphlcd-base-a95ee6748308e5603981d0ba4bb69091b3425275.tar.bz2
improved consistency of driver switches in Make.config (all driver switches now start with HAVE_DRIVER_)
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config8
1 files changed, 5 insertions, 3 deletions
diff --git a/Make.config b/Make.config
index f782845..238be3f 100644
--- a/Make.config
+++ b/Make.config
@@ -74,11 +74,13 @@ HAVE_FONTCONFIG=1
#HAVE_GRAPHICSMAGICK=1
# comment this variable or set to 0 if you do not want to build the vncserver driver, even if requirements (libvncserver) are fullfilled on the system
-WANT_DRV_VNCSERVER=1
+HAVE_DRIVER_VNCSERVER=1
+
+### Experimental drivers
# uncomment this variable if you want to enable the experimental AX 206 based digital photo frame driver
# Read DRIVER.ax206dpf before use!
-#HAVE_AX206DPF_EXPERIMENTAL=1
+#HAVE_DRIVER_AX206DPF=1
# uncomment this variable if you want to enable the experimental support for picoLCD 256x64
-#HAVE_picoLCD_256x64_EXPERIMENTAL=1
+#HAVE_DRIVER_picoLCD_256x64=1