mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Change name form DIRECTFB_MAJOR to DIRECTFB_VERSION_MAJOR, make patches version dependent
This commit is contained in:
@@ -21,24 +21,29 @@ config BR2_PACKAGE_DIRECTFB_XSERVER
|
||||
config BR2_PACKAGE_DIRECTFB_UNIQUE
|
||||
bool "enable unique window manager"
|
||||
depends on BR2_PACKAGE_DIRECTFB
|
||||
depends on BR2_UNIMPLEMENTED
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_ATI128
|
||||
bool "compile ati128 graphics driver"
|
||||
depends on BR2_PACKAGE_DIRECTFB
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_CLE266
|
||||
bool "compile cle266 graphics driver"
|
||||
default y
|
||||
depends on BR2_PACKAGE_DIRECTFB
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_MATROX
|
||||
bool "compile matrox graphics driver"
|
||||
depends on BR2_PACKAGE_DIRECTFB
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_UNICHROME
|
||||
bool "compile unichrome graphics driver"
|
||||
default y
|
||||
depends on BR2_PACKAGE_DIRECTFB
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_KEYBOARD
|
||||
bool "compile keyboard input driver"
|
||||
@@ -49,6 +54,7 @@ config BR2_PACKAGE_DIRECTFB_PS2MOUSE
|
||||
bool "compile PS2 mouse input driver"
|
||||
default y
|
||||
depends on BR2_PACKAGE_DIRECTFB
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_SERIALMOUSE
|
||||
bool "compile serial mouse input driver"
|
||||
|
||||
Reference in New Issue
Block a user