diff options
Diffstat (limited to 'package/wayland/Config.in')
-rw-r--r-- | package/wayland/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wayland/Config.in b/package/wayland/Config.in index f90cda6614..f58a2834dd 100644 --- a/package/wayland/Config.in +++ b/package/wayland/Config.in @@ -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 |