mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Building without threads support fails: /home/autobuild/autobuild/instance-9/output-1/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include/features.h:220:5: warning: #warning requested reentrant code, but thread support was disabled [-Wcpp] Added dependency to threads as suggested by upstream: https://github.com/ebassi/graphene/pull/268#issuecomment-2283737538 Fixes: http://autobuild.buildroot.org/results/9b3/9b357b1ef2eccd3110d0ecaaff1ae4883dff9280 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Bernd: - added comment to libgtk4 - added upstream response to our bug report] Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
config BR2_PACKAGE_GRAPHENE
|
|
bool "graphene"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
A thin layer of types for graphic libraries.
|
|
|
|
https://ebassi.github.io/graphene/
|
|
|
|
comment "graphene needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|