Hello world :-)
I am trying to build EFL-1.25.1 on FreeBSD to work with WAYLAND [1]. This implies building DRM. DRM implies EEZE build even though EEZE is explicitly disabled at Meson configuration (eeze breaks build on FreeBSD so it is always disabled).
When DRM build is disabled and EEZE build is disabled all compiles fine.
When DRM build is enabled and EEZE build is disabled then EEZE components seems to be enforced anyways.
Is it possible not to use EEZE with DRM?