mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
Only build tinyX if WCHAR and LOCALE is enabled
This commit is contained in:
parent
0f23053a22
commit
5283c21dda
@ -305,6 +305,7 @@ prompt "X Window System server"
|
|||||||
Xserver to use.
|
Xserver to use.
|
||||||
For more information about the X protocol see
|
For more information about the X protocol see
|
||||||
http://www.x.org
|
http://www.x.org
|
||||||
|
You may have to enable LOCALE and WCHAR to build
|
||||||
|
|
||||||
config BR2_PACKAGE_XSERVER_none
|
config BR2_PACKAGE_XSERVER_none
|
||||||
bool "none"
|
bool "none"
|
||||||
@ -314,6 +315,8 @@ config BR2_PACKAGE_XSERVER_xorg
|
|||||||
bool "xorg"
|
bool "xorg"
|
||||||
config BR2_PACKAGE_XSERVER_tinyx
|
config BR2_PACKAGE_XSERVER_tinyx
|
||||||
bool "tinyx"
|
bool "tinyx"
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
|
depends on BR2_ENABLE_LOCALE
|
||||||
endchoice
|
endchoice
|
||||||
if BR2_PACKAGE_XSERVER_x11r7
|
if BR2_PACKAGE_XSERVER_x11r7
|
||||||
source "package/x11r7/Config.in"
|
source "package/x11r7/Config.in"
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
config BR2_PACKAGE_TINYX
|
config BR2_PACKAGE_TINYX
|
||||||
bool "tinyx"
|
bool "tinyx"
|
||||||
default y if BR2_PACKAGE_XSERVER_tinyx
|
default y if BR2_PACKAGE_XSERVER_tinyx
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
|
depends on BR2_ENABLE_LOCALE
|
||||||
help
|
help
|
||||||
A tiny X server. Also known as 'Xfbdev' and 'kdrive'.
|
A tiny X server. Also known as 'Xfbdev' and 'kdrive'.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user