[Buildroot] [PATCH] libgpiod: bump version to v1.1

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu May 17 08:13:34 UTC 2018


Hello,

On Thu, 17 May 2018 10:10:54 +0200, Bartosz Golaszewski wrote:

> > You don't need to. You can make BR2_INSTALL_LIBSTDCPP an optional dependency.
> > If it is defined, install the C++ binding. Same goes for Python. That is what
> > Arnout suggests.
> >  
> 
> I'm afraid I don't understand. Could you maybe point me to some example?

ifeq ($(BR2_INSTALL_LIBSTDCPP),y)
... enable the build/installation of C++ bindings
endif

ifeq ($(BR2_PACKAGE_PYTHON),y)
... enable the build/istallation of Python bindings
endif

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list