linuxOS_PX30_CAR/yocto/meta-rockchip/recipes-graphics/wayland/wayland_%.bbappend
2026-01-20 14:00:13 +08:00

13 lines
399 B
Plaintext

# Copyright (C) 2019, Fuzhou Rockchip Electronics Co., Ltd
# Released under the MIT license (see COPYING.MIT for the terms)
PACKAGECONFIG[no-egl] = ""
do_install:append:rockchip() {
if ${@bb.utils.contains('PACKAGECONFIG', 'no-egl', 'true', 'false', d)}; then
rm -rf ${D}/${includedir}/wayland-egl*.h
rm -rf ${D}/${libdir}/libwayland-egl*
rm -rf ${D}/${libdir}/pkgconfig/wayland-egl*
fi
}