]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/libdvdread/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / libdvdread / Config.in
index 65d3d408313c31c79a8c4c91954aefa4dedd20d6..05a97c0f33b6f44ec7fef185afeb924c65980e29 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_LIBDVDREAD
        bool "libdvdread"
        depends on BR2_LARGEFILE
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        help
          libdvdread provides a simple foundation for reading
          DVD-Video images.
@@ -9,4 +9,4 @@ config BR2_PACKAGE_LIBDVDREAD
          http://www.mplayerhq.hu/MPlayer/releases/dvdnav/
 
 comment "libdvdread needs a toolchain w/ dynamic library, largefile"
-       depends on !BR2_LARGEFILE || BR2_PREFER_STATIC_LIB
+       depends on !BR2_LARGEFILE || BR2_STATIC_LIBS