linuxOS_PX30_CAR/yocto/meta-rockchip/recipes-benchmark/glmark2/glmark2_%.bbappend
2026-01-20 14:00:13 +08:00

8 lines
295 B
Plaintext

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