5bd41d165e
In upstream X.org releases, pthread-stubs is named libpthread-stubs, so for consistency reasons, we rename the Buildroot package accordingly. Also, while we're at it, we add a xlib_ prefix to the package to match other X.org libraries in Buildroot. The necessary Config.in.legacy code is added to ensure that users having .config files using the old configuration option name get a warning. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
config BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
|
|
bool "libpthread-stubs"
|
|
help
|
|
This library provides weak aliases for pthread functions not
|
|
provided in libc or otherwise available by default.
|
|
|
|
http://xcb.freedesktop.org/
|