Hi Raster. Thanks for the response ...

My problem appears to be related to the initial configuration process.

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=efl-git
>
> :) no deprecated stuff. -Ddrm=true -Dwl=true is what u want. i think the
> issue
> is you are using the old unmaintained deprecated stuff and thus confusion
> as to
> what is going on even... now i know. :)
>

Yes I've tried using those build scripts as a template. I enabled the
deprecated stuff, because if I *don't*, I get:

Message: ecore_wayland disabled!
Message: ecore_drm disabled!

How can I debug why these are disabled? This is with the build command (
copied from the arch build script, modified the --prefix part *only* of the
meson command ):

---

export LIBRAW_CFLAGS=-I/usr/include/libraw
export PKG_CONFIG_PATH=/opt/e23/lib/pkgconfig
export CFLAGS="-O3 -g3 -march=native -ffast-math -fvisibility=hidden -W
-Wall -Wextra -Wshadow -Wstrict-prototypes"

cd efl

rm -rf build

meson --prefix=/opt/e23 \
    -Dopengl=es-egl \
    -Dfb=true \
    -Dtslib=false \
    -Ddrm=true \
    -Dwl=true \
    -Dnetwork-backend=connman \
    -Devas-loaders-disabler=json \
    -Dbindings= \
    -Dbuild-examples=false \
    -Dbuild-tests=false \
    -Decore-imf-loaders-disabler= \
    . build

ninja -j 10 -C build
ninja -C build install

cd ..

---

_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to