Re: [e-users] Ubuntu Touch Template

Ross Vandegrift <[email protected]> Sat, 16 May 2026 09:45:10 -0700
Newsgroups gmane.comp.window-managers.enlightenment.user
Message-ID <skpl3orxwd26v7prn2gtqlbwnaxxegovh2elbsepycbmh5uugo@qxetgyenmtfj>
On Sat, May 16, 2026 at 06:40:48AM +0200, Maximilian Lika via enlightenment-users wrote:
> efl-1.28.1/src/bin/eolian/meson.build:25:20: ERROR: Program
> 'eolian_gen' not found or not executable

Cross-compiling efl requires native efl - assuming you can use stuff
from the usual ubuntu archive and 25.10 or newer, try:

  apt-get install libeet-bin libeet-bin libelementary-bin libeolian-bin

This is how the debian cross-build for bootstrapping works.

Ross