aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xconfigure31
1 files changed, 14 insertions, 17 deletions
diff --git a/configure b/configure
index 2f9a299..f8604f0 100755
--- a/configure
+++ b/configure
@@ -869,7 +869,7 @@ Optional Packages:
possible drivers are:
BeckmannEgle, CrystalFontz, Curses, Cwlinux,
HD44780, M50530, T6963, USBLCD, MatrixOrbital,
- MilfordInstruments, PNG, PPM, X11
+ MilfordInstruments, NULL, PNG, PPM, X11
--with-plugins=<list> choose which plugins to compile.
type --with-plugins=list for a list
of avaible plugins
@@ -5420,6 +5420,7 @@ for driver in $drivers; do
USBLCD="yes"
MATRIXORBITAL="yes"
MILINST="yes"
+ NULL="yes"
PALMPILOT="yes"
PNG="yes"
PPM="yes"
@@ -5443,6 +5444,9 @@ for driver in $drivers; do
M50530)
M50530=$val
;;
+ NULL)
+ NULL=$val;
+ ;;
T6963)
T6963=$val
;;
@@ -5482,7 +5486,6 @@ GRAPHIC="no"
IMAGE="no"
if test "$BECKMANNEGLE" = "yes"; then
-# DRIVERS="$DRIVERS drv_BeckmannEgle.lo"
DRIVERS="$DRIVERS drv_BeckmannEgle.o"
cat >>confdefs.h <<\_ACEOF
@@ -5494,7 +5497,6 @@ fi
if test "$CRYSTALFONTZ" = "yes"; then
TEXT="yes"
SERIAL="yes"
-# DRIVERS="$DRIVERS drv_Crystalfontz.lo"
DRIVERS="$DRIVERS drv_Crystalfontz.o"
cat >>confdefs.h <<\_ACEOF
@@ -5505,7 +5507,6 @@ fi
if test "$CURSES" = "yes"; then
if test "$has_curses" = true; then
-# DRIVERS="$DRIVERS drv_Curses.lo"
DRIVERS="$DRIVERS drv_Curses.o"
DRVLIBS="$DRVLIBS $CURSES_LIBS"
CPPFLAGS="$CPPFLAGS $CURSES_INCLUDES"
@@ -5523,7 +5524,6 @@ fi
if test "$CWLINUX" = "yes"; then
TEXT="yes"
SERIAL="yes"
-# DRIVERS="$DRIVERS drv_Cwlinux.lo"
DRIVERS="$DRIVERS drv_Cwlinux.o"
cat >>confdefs.h <<\_ACEOF
@@ -5535,7 +5535,6 @@ fi
if test "$HD44780" = "yes"; then
TEXT="yes"
PARPORT="yes"
-# DRIVERS="$DRIVERS drv_HD44780.lo"
DRIVERS="$DRIVERS drv_HD44780.o"
cat >>confdefs.h <<\_ACEOF
@@ -5547,7 +5546,6 @@ fi
if test "$M50530" = "yes"; then
TEXT="yes"
PARPORT="yes"
-# DRIVERS="$DRIVERS drv_M50530.lo"
DRIVERS="$DRIVERS drv_M50530.o"
cat >>confdefs.h <<\_ACEOF
@@ -5558,7 +5556,6 @@ fi
if test "$MATRIXORBITAL" = "yes"; then
SERIAL="yes"
-# DRIVERS="$DRIVERS drv_MatrixOrbital.lo"
DRIVERS="$DRIVERS drv_MatrixOrbital.o"
cat >>confdefs.h <<\_ACEOF
@@ -5568,7 +5565,6 @@ _ACEOF
fi
if test "$MILINST" = "yes"; then
-# DRIVERS="$DRIVERS drv_MilfordInstruments.lo"
DRIVERS="$DRIVERS drv_MilfordInstruments.o"
cat >>confdefs.h <<\_ACEOF
@@ -5577,6 +5573,15 @@ _ACEOF
fi
+if test "$NULL" = "yes"; then
+ DRIVERS="$DRIVERS drv_NULL.o"
+
+cat >>confdefs.h <<\_ACEOF
+#define WITH_NULL 1
+_ACEOF
+
+fi
+
if test "$PNG" = "yes"; then
if test "$has_gd" = "true"; then
GRAPHIC="yes"
@@ -5604,14 +5609,12 @@ _ACEOF
fi
if test "$IMAGE" = "yes"; then
-# DRIVERS="$DRIVERS drv_Image.lo"
DRIVERS="$DRIVERS drv_Image.o"
fi
if test "$T6963" = "yes"; then
GRAPHIC="yes"
PARPORT="yes"
-# DRIVERS="$DRIVERS drv_T6963.lo"
DRIVERS="$DRIVERS drv_T6963.o"
cat >>confdefs.h <<\_ACEOF
@@ -5623,7 +5626,6 @@ fi
if test "$USBLCD" = "yes"; then
TEXT="yes"
SERIAL="yes"
-# DRIVERS="$DRIVERS drv_USBLCD.lo"
DRIVERS="$DRIVERS drv_USBLCD.o"
cat >>confdefs.h <<\_ACEOF
@@ -5638,7 +5640,6 @@ if test "$X11" = "yes"; then
echo "$as_me: WARNING: X11 headers or libraries not available: X11 driver disabled" >&2;}
else
GRAPHIC="yes"
-# DRIVERS="$DRIVERS drv_X11.lo"
DRIVERS="$DRIVERS drv_X11.o"
DRVLIBS="$DRVLIBS -L$ac_x_libraries -lX11"
@@ -5657,26 +5658,22 @@ fi
# generic text driver
if test "$TEXT" = "yes"; then
-# DRIVERS="$DRIVERS drv_generic_text.lo"
DRIVERS="$DRIVERS drv_generic_text.o"
fi
# generic graphic driver
if test "$GRAPHIC" = "yes"; then
:
-# DRIVERS="$DRIVERS drv_generic_graphic.lo"
DRIVERS="$DRIVERS drv_generic_graphic.o"
fi
# generic parport driver
if test "$PARPORT" = "yes"; then
-# DRIVERS="$DRIVERS drv_generic_parport.lo"
DRIVERS="$DRIVERS drv_generic_parport.o"
fi
# generic serial driver
if test "$SERIAL" = "yes"; then
-# DRIVERS="$DRIVERS drv_generic_serial.lo"
DRIVERS="$DRIVERS drv_generic_serial.o"
fi
class='insertions'>+1 2014-10-15d/control: update Standards Version to 3.9.6Jonathan McCrohan2-1/+3 2014-10-15d/control: add Build-Depends on dvb-toolsJonathan McCrohan2-1/+2 2014-10-15New Upstream Snapshot (commit d26b627)Jonathan McCrohan1-0/+10 2014-10-15Imported Upstream version 0+git20141009.d26b627upstream/0+git20141009.d26b627Jonathan McCrohan2010-11120/+159271 2014-07-23Release 0+git20140611.14bd6c7-1debian/0+git20140611.14bd6c7-1Jonathan McCrohan1-2/+2 2014-07-23New Upstream Snapshot (commit 14bd6c7)Jonathan McCrohan1-2/+3 2014-07-23Imported Upstream version 0+git20140611.14bd6c7upstream/0+git20140611.14bd6c7Jonathan McCrohan7-11/+60 2014-05-13New Upstream Snapshot (commit 1246b27)Jonathan McCrohan1-0/+6 2014-05-13Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983 2014-04-05Release 0+git20140326.cfc2975-1debian/0+git20140326.cfc2975-1Jonathan McCrohan1-2/+2 2014-04-05d/control: update Homepage (upstream has moved from Gitweb to cgit)Jonathan McCrohan2-1/+2 2014-04-05New Upstream Snapshot (commit cfc2975)Jonathan McCrohan1-0/+6 2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877 2014-01-16Release 0+git20140107.1850cf8-1debian/0+git20140107.1850cf8-1Jonathan McCrohan1-2/+2 2014-01-16Update Standards Version to 3.9.5Jonathan McCrohan2-1/+9