[Mesa-users] Mesa on DRM for embedded devices.

Joaquim Duran jduran.gm at gmail.com
Fri Oct 9 06:34:53 PDT 2015


Dear all,

I would like execute wayland over DRM module (no X11) in an embedded
device running linux. The device has an OMAP processor (ARM based).
The manufacturer, Texas instruments, provides the drm module and the
EGL, GLESv1 and GLESv2 libraries.

I've cross-compiled the libdrm 2.4.65 library. I've enabled only the
libkms and omap modules.

Each time that I try to configure Mesa, the script is aborted because
intel DRM module or radeon DRM module are needed. The last
configuration used is:

./autogen.sh \
    --enable-dri     \
    --enable-gles1   \
    --enable-gles2   \
    --disable-glx    \
    --disable-xlib-glx \
    --enable-egl     \
    --with-egl-platforms=drm \
    --with-gallium-drivers=swrast \
    --exec-prefix=${EXEC_DIR} \
    --build=i686-linux --host=arm-none-linux-gnueabi
--target=arm-none-linux-gnueabi

I would like to know how can I configure mesa properly.

Joaquim Duran


More information about the mesa-users mailing list