]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/ushare/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / ushare / Config.in
index d961434016ad89df5468048a57244d42dfc31e28..81140ce856f61d3daa65c98b5e111cf6b346a2cf 100644 (file)
@@ -7,7 +7,7 @@ config BR2_PACKAGE_USHARE
        # ushare has a completely custom configure script that does
        # broken things with library ordering, which breaks static
        # linking.
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        help
          uShare is a UPnP (TM) A/V & DLNA Media Server.
          It implements the server component that provides UPnP media devices
@@ -17,4 +17,4 @@ config BR2_PACKAGE_USHARE
 
 comment "ushare needs a toolchain w/ largefile, threads, dynamic library"
        depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || \
-               BR2_PREFER_STATIC_LIB
+               BR2_STATIC_LIBS