kumquat-buildroot/package/pigpio/Config.in
Grzegorz Blach a3fb16a0ff pigpio: new package
Pigpio is a library for the Raspberry Pi which allows
control of the General Purpose Input Outputs (GPIO).

http://abyz.me.uk/rpi/pigpio/

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
[Thomas:
 - Use proper SPDX tag for The Unlicense
 - Add missing dependency on !BR2_STATIC_LIBS, since the Makefile is
   unconditionally building a shared library
 - Use BR2_arm instead of BR2_ARM_EABIHF, there's nothing that makes
   it EABIHF specific.
 - Use -D and full destination paths during the installation.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-10-09 15:26:31 +02:00

14 lines
377 B
Plaintext

config BR2_PACKAGE_PIGPIO
bool "pigpio"
depends on BR2_aarch64 || BR2_arm
depends on !BR2_STATIC_LIBS
help
Pigpio is a library for the Raspberry Pi which allows
control of the General Purpose Input Outputs (GPIO).
http://abyz.me.uk/rpi/pigpio/
comment "pigpio needs a toolchain w/ dynamic library"
depends on BR2_aarch64 || BR2_arm
depends on !BR2_STATIC_LIBS