diff options
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index cfcf5a340..afcd3b1b5 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -172,6 +172,15 @@ config BR2_PACKAGE_UDEV_ALL_EXTRAS the 'udev' providers if the dependencies are selected. For example, selecting 'libglib2' will trigger the build of gudev. +config BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS + bool "xlib-libpthread-stubs option has been renamed" + depends on BR2_PACKAGE_XORG7 + select BR2_LEGACY + select BR2_PACKAGE_LIBPTHREAD_STUBS + help + The pthread stubs neither depend on X11 nor Xlib. Thus the + package has been renamed BR2_PACKAGE_LIBPTHREAD_STUBS + ############################################################################### comment "Legacy options removed in 2014.02" @@ -642,11 +651,10 @@ config BR2_PACKAGE_XSERVER_tinyx config BR2_PACKAGE_PTHREAD_STUBS bool "pthread-stubs option has been renamed" select BR2_LEGACY - select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS - depends on BR2_PACKAGE_XORG7 + select BR2_PACKAGE_LIBPTHREAD_STUBS help For consistency reason, the pthread-stubs package has been - renamed to xlib_libpthread-stubs. + renamed to libpthread-stubs. ############################################################################### comment "Legacy options removed in 2012.08" |