]> Git Repo - buildroot-mgba.git/blame - package/libbsd/Config.in
package/libbsd: needs dynamic library
[buildroot-mgba.git] / package / libbsd / Config.in
CommitLineData
f25a672f
MH
1config BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
2 bool
73edec89
YM
3 default y
4 # libbsd does not support those architectures (see src/local-elf.h)
5 depends on !BR2_microblaze
6 depends on !BR2_arc
2c810ef1 7 depends on !BR2_xtensa
92afce59 8 depends on !BR2_nds32
f25a672f 9
4ae47d82
YM
10config BR2_PACKAGE_LIBBSD
11 bool "libbsd"
f25a672f 12 depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
1edd0ac6 13 depends on !BR2_STATIC_LIBS
4788dddc 14 depends on BR2_TOOLCHAIN_HAS_THREADS
61ae04b8 15 depends on BR2_USE_WCHAR
4ae47d82
YM
16 help
17 This library provides useful functions commonly found on BSD
18 systems, and lacking on others like GNU systems, thus making
19 it easier to port projects with strong BSD origins, without
20 needing to embed the same code over and over again on each
21 project.
22
23 http://libbsd.freedesktop.org/
4788dddc 24
1edd0ac6 25comment "libbsd needs a toolchain w/ dynamic library, threads, wchar"
f25a672f 26 depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
1edd0ac6
FF
27 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || \
28 !BR2_USE_WCHAR
This page took 3.532209 seconds and 4 git commands to generate.