[Buildroot] [PATCH] kmsxx: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Apr 21 20:16:39 UTC 2016


Hello,

On Wed, 20 Apr 2016 21:51:32 +0200, Samuel Martin wrote:

> > +config BR2_PACKAGE_KMSXX
> > +       bool "kmsxx"
> > +       select BR2_PACKAGE_LIBDRM
> > +       depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs
> > +       help
> > +         libkms++ is a C++11 library for kernel mode setting.
> Does this mean there is some restriction on the toolchain properties?
> (maybe a minimal compiler version?)
> If so, a "depends on BR2_TOOLCHAIN_GCC_AT_LEAST_..." would be needed.

Well, for sure if it's written in C++, a dependency on
BR2_INSTALL_LIBSTDCPP is needed.

And since it's C++11, a dependency on gcc 4.7 or 4.8 is most likely
needed.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list