1# Copyright (C) 2020, Rockchip Electronics Co., Ltd 2# Released under the MIT license (see COPYING.MIT for the terms) 3 4# Some opengl[es] libraries are multithreaded. 5LDFLAGS:append = " -pthread" 6 7DEPENDS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-protocols', '', d)}" 8