Removing framebuffer emulation :p
This commit is contained in:
parent
5ef9f4eee7
commit
e368117a06
|
@ -63,7 +63,6 @@ case $target in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AC_ARG_ENABLE(debug, AC_HELP_STRING(--enable-debug, enable debug information) , AC_DEFINE(DEBUG))
|
AC_ARG_ENABLE(debug, AC_HELP_STRING(--enable-debug, enable debug information) , AC_DEFINE(DEBUG))
|
||||||
AC_ARG_ENABLE(framebuffer, AC_HELP_STRING(--enable-framebuffer, enable framebuffer emulation) , AC_DEFINE(FRAMEBUFFER))
|
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
|
Loading…
Reference in New Issue