mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
Only build cvs and libxml2 if WCHAR is enabled
This commit is contained in:
parent
dd65a3cc0f
commit
8df9b2733f
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_CVS
|
config BR2_PACKAGE_CVS
|
||||||
bool "cvs"
|
bool "cvs"
|
||||||
default n
|
default n
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
Concurrent Versions System - source code revision control tools.
|
Concurrent Versions System - source code revision control tools.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_LIBXML2
|
config BR2_PACKAGE_LIBXML2
|
||||||
bool "libxml2"
|
bool "libxml2"
|
||||||
default n
|
default n
|
||||||
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
XML C Parser
|
XML C Parser
|
||||||
Requires WCHAR
|
Requires WCHAR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user