Small fix for the autoconf support of the t6963 driver by mythos.
This commit is contained in:
@@ -56,6 +56,8 @@
|
|||||||
|
|
||||||
#undef STV5730_DRV
|
#undef STV5730_DRV
|
||||||
|
|
||||||
|
#undef T6963_DRV
|
||||||
|
|
||||||
/* Define the package name */
|
/* Define the package name */
|
||||||
#undef PACKAGE
|
#undef PACKAGE
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -6,14 +6,14 @@ AC_ARG_ENABLE(drivers,
|
|||||||
[ drivers may be separated with commas.]
|
[ drivers may be separated with commas.]
|
||||||
[ Possible choices are:]
|
[ Possible choices are:]
|
||||||
[ mtxorb,cfontz,curses,text,lb216,]
|
[ mtxorb,cfontz,curses,text,lb216,]
|
||||||
[ hd44780,joy,irman,lircin,bayrad,]
|
[ hd44780,joy,irman,lircin,bayrad,glk,]
|
||||||
[ glk,stv5730,sed1520,svgalib,lcdm001]
|
[ stv5730,sed1520,svgalib,lcdm001,t6963]
|
||||||
[ \"all\" compiles all drivers],
|
[ \"all\" compiles all drivers],
|
||||||
drivers="$enableval",
|
drivers="$enableval",
|
||||||
drivers=[lcdm001,mtxorb,cfontz,curses,text,lb216,bayrad,glk])
|
drivers=[lcdm001,mtxorb,cfontz,curses,text,lb216,bayrad,glk])
|
||||||
|
|
||||||
if test "$drivers" = "all"; then
|
if test "$drivers" = "all"; then
|
||||||
drivers=[mtxorb,cfontz,curses,text,lb216,hd44780,joy,irman,lircin,bayrad,glk,stv5730,sed1520,svgalib,lcdm001]
|
drivers=[mtxorb,cfontz,curses,text,lb216,hd44780,joy,irman,lircin,bayrad,glk,stv5730,sed1520,svgalib,lcdm001,t6963]
|
||||||
fi
|
fi
|
||||||
|
|
||||||
drivers=`echo $drivers | sed 's/,/ /g'`
|
drivers=`echo $drivers | sed 's/,/ /g'`
|
||||||
@@ -153,7 +153,7 @@ dnl else
|
|||||||
t6963)
|
t6963)
|
||||||
DRIVERS="$DRIVERS t6963.o"
|
DRIVERS="$DRIVERS t6963.o"
|
||||||
AC_DEFINE(T6963_DRV)
|
AC_DEFINE(T6963_DRV)
|
||||||
actdrivers=[$actdrivers sed1520]
|
actdrivers=["$actdrivers t6963"]
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([Unknown driver $driver])
|
AC_MSG_ERROR([Unknown driver $driver])
|
||||||
|
|||||||
Reference in New Issue
Block a user