vesa: fold framebuffer driver into vesa driver.

* The app_server isn't designed to support two fallback drivers, so
  on systems using UEFI to boot, the framebuffer driver will often
  win when other drivers would likely work on those systems.
This commit is contained in:
Jessica Hamilton
2017-06-16 20:29:15 +12:00
parent 0bb2d0ecad
commit b9eacd390d
5 changed files with 66 additions and 22 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ SYSTEM_NETWORK_PROTOCOLS =
SYSTEM_ADD_ONS_ACCELERANTS = [ FFilterByBuildFeatures
x86,x86_64 @{
framebuffer.accelerant vesa.accelerant
vesa.accelerant
}@ # x86,x86_64
] ;
@@ -172,7 +172,7 @@ SYSTEM_ADD_ONS_DRIVERS_AUDIO_OLD = ;
SYSTEM_ADD_ONS_DRIVERS_GRAPHICS = [ FFilterByBuildFeatures
x86,x86_64 @{
framebuffer vesa
vesa
}@ # x86,x86_64
] ;