mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
qt5base: use 'depends on' for directfb
This is the only package where we select directfb. Change it to use depends on to match what we do for the X11 backend. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
34d081674a
commit
551cdaf2d2
@ -178,11 +178,10 @@ config BR2_PACKAGE_QT5BASE_LINUXFB
|
|||||||
|
|
||||||
config BR2_PACKAGE_QT5BASE_DIRECTFB
|
config BR2_PACKAGE_QT5BASE_DIRECTFB
|
||||||
bool "directfb support"
|
bool "directfb support"
|
||||||
select BR2_PACKAGE_DIRECTFB
|
depends on BR2_PACKAGE_DIRECTFB
|
||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5 # directfb
|
|
||||||
|
|
||||||
comment "directfb needs a toolchain w/ gcc >= 4.5"
|
comment "directfb backend if directb is enabled"
|
||||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
|
depends on !BR2_PACKAGE_DIRECTFB
|
||||||
|
|
||||||
config BR2_PACKAGE_QT5BASE_XCB
|
config BR2_PACKAGE_QT5BASE_XCB
|
||||||
bool "X.org XCB support"
|
bool "X.org XCB support"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user