Re: [meta-ti] ti-sgx-ddk-um_1.14.3699939: check for wayland in DISTRO_FEATURES

2017-08-11 Thread Ankur Tyagi
So even if I added "wayland" in DISTRO_FEATURES_remove, it would still be packaged in resulting image. I don't want to use x11, wayland and have also configured Qt to use eglfs qpa. But it seems wayland will be used anyhow. Am I correct ? Old branch (daisy) was not having such dependency on wayla

Re: [meta-ti] ti-sgx-ddk-um_1.14.3699939: check for wayland in DISTRO_FEATURES

2017-08-11 Thread Denys Dmytriyenko
No, it's not an optional dependency, unfortunately: $ for i in lib*.so.*.*.*; do echo $i; arm-linux-gnueabihf-readelf -a $i | grep wayland; done libdbm.so.1.14.3699939 0x0001 (NEEDED) Shared library: [libwayland-server.so.0] libEGL.so.1.14.3699939 0x0001 (NEEDED)