]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/gpm/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / gpm / Config.in
index 0148c13f3c36ede336ca0dda1f8fa3323be6f781..2d0d366d7eef790376126226f157af0b04f0cac9 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_GPM
        bool "gpm"
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        depends on BR2_USE_MMU # fork()
        help
          "gpm" means general purpose mouse (server) and provides mouse support
@@ -22,5 +22,5 @@ config BR2_PACKAGE_GPM_INSTALL_TEST_TOOLS
 endif
 
 comment "gpm mouse server needs a toolchain w/ dynamic library"
-       depends on BR2_PREFER_STATIC_LIB
+       depends on BR2_STATIC_LIBS
        depends on BR2_USE_MMU