btrfs-progs: bump version to 4.8.3
[buildroot-gz.git] / package / lttng-libust / Config.in
blobce605995579341a9245b2c560ebe8b959fab5bbc
1 config BR2_PACKAGE_LTTNG_LIBUST
2         bool "lttng-libust"
3         select BR2_PACKAGE_LIBURCU
4         select BR2_PACKAGE_UTIL_LINUX
5         select BR2_PACKAGE_UTIL_LINUX_LIBUUID
6         depends on BR2_USE_WCHAR # util-linux
7         # liburcu only works on some architectures and requires threads support"
8         depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         depends on !BR2_STATIC_LIBS
11         help
12           Userspace tracing library for the LTTng 2.x tracing
13           infrastructure. It allows userspace programs to create
14           custom trace events that are integrated with all other
15           events gathered by LTTng.
17           http://lttng.org
19 comment "lttng-libust needs a toolchain w/ dynamic library, wchar, threads"
20         depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
21         depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS