]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/wayland/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / wayland / Config.in
index f90cda66146d2628fc7356d8240d1afc96ff8afb..f58a2834dd5cd39bd6cf06299c2e87a5668890a4 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_WAYLAND
        bool "wayland"
        depends on !BR2_avr32 # no epoll_create1, timerfd_create or timerfd_settime
-       depends on !BR2_PREFER_STATIC_LIB # dlfcn.h
+       depends on !BR2_STATIC_LIBS # dlfcn.h
        depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_LIBFFI
        select BR2_PACKAGE_EXPAT
@@ -14,4 +14,4 @@ config BR2_PACKAGE_WAYLAND
 
 comment "wayland needs a toolchain w/ threads, dynamic library"
        depends on !BR2_avr32
-       depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
+       depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS