linuxOS_PX30_CAR/yocto/meta-rockchip/recipes-graphics/wayland/wayland_%.bbappend

13 lines
399 B
Plaintext
Raw Permalink Normal View History

2026-01-20 05:50:57 +00:00
# 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
}