]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/x11r7/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / x11r7 / Config.in
index 357d4b4834b4242c8009093d882648ad2da1ece0..2fd1ff062b28c19ee75b59aafdc230a4021fb3c1 100644 (file)
@@ -2,7 +2,7 @@ menuconfig BR2_PACKAGE_XORG7
        bool "X.org X Window System"
        depends on BR2_USE_WCHAR
        depends on BR2_TOOLCHAIN_HAS_THREADS
-       depends on !BR2_PREFER_STATIC_LIB # dlopen in xlib_libX11
+       depends on !BR2_STATIC_LIBS # dlopen in xlib_libX11
        help
          Support for X11R7 libraries, servers, drivers, and/or
          applications in the target.
@@ -264,4 +264,4 @@ if BR2_PACKAGE_XORG7
 endif
 
 comment "X.org needs a toolchain w/ wchar, threads, dynamic library"
-       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
+       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS