mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
libxmlpp: need BR2_USE_MMU dependancy
Fixes: http://autobuild.buildroot.org/results/d4d/d4d10ddccf4f53087e2012a36fd80808f7dc7cc5/ Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
fecf5b522b
commit
cc6e4c4a32
@ -5,6 +5,7 @@ config BR2_PACKAGE_LIBXMLPP
|
|||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_USE_WCHAR # glibmm -> libglib2
|
depends on BR2_USE_WCHAR # glibmm -> libglib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glibmm -> libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glibmm -> libglib2
|
||||||
|
depends on BR2_USE_MMU # glibmm -> libglib2
|
||||||
help
|
help
|
||||||
libxml++ is a C++ wrapper for the libxml XML parser library.
|
libxml++ is a C++ wrapper for the libxml XML parser library.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user