mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
Add i830 graphics driver to DirectFB
Signed-off-by: Ormund Williams <ormundw@panix.com>[A Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
04bef3eb55
commit
1f09b42f50
@ -61,6 +61,11 @@ config BR2_PACKAGE_DIRECTFB_UNICHROME
|
|||||||
depends on BR2_PACKAGE_DIRECTFB
|
depends on BR2_PACKAGE_DIRECTFB
|
||||||
depends on BR2_i386 || BR2_x86_64
|
depends on BR2_i386 || BR2_x86_64
|
||||||
|
|
||||||
|
config BR2_PACKAGE_DIRECTFB_I830
|
||||||
|
bool "compile i830 graphics driver"
|
||||||
|
depends on BR2_PACKAGE_DIRECTFB
|
||||||
|
depends on BR2_i386 || BR2_x86_64
|
||||||
|
|
||||||
config BR2_PACKAGE_DIRECTFB_LINUXINPUT
|
config BR2_PACKAGE_DIRECTFB_LINUXINPUT
|
||||||
bool "compile /dev/input/eventX input driver"
|
bool "compile /dev/input/eventX input driver"
|
||||||
default y
|
default y
|
||||||
|
@ -63,6 +63,9 @@ endif
|
|||||||
ifeq ($(BR2_PACKAGE_DIRECTFB_UNICHROME),y)
|
ifeq ($(BR2_PACKAGE_DIRECTFB_UNICHROME),y)
|
||||||
DIRECTFB_GFX+= unichrome
|
DIRECTFB_GFX+= unichrome
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(BR2_PACKAGE_DIRECTFB_I830),y)
|
||||||
|
DIRECTFB_GFX+= i830
|
||||||
|
endif
|
||||||
ifeq ($(DIRECTFB_GFX),)
|
ifeq ($(DIRECTFB_GFX),)
|
||||||
DIRECTFB_GFX:=none
|
DIRECTFB_GFX:=none
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user