Skip to content
Snippets Groups Projects
Commit 108d257a authored by Dylan Baker's avatar Dylan Baker
Browse files

meson: build libEGL


This is based heavily on Daniel Stone's work for the same, rebased on
master and with a number of TODO's fixed.

This does not implement glvnd (which is coming in a later patch)

Meson builds egl slightly differently than autotools, namely it doesn't
build an intermediate shared library. It doesn't do this because meson
doesn't have problems with the name of the library being dynamically
generated, so the glvnd and non-glvnd code can follow the same path.

v2: - Don't reuse variable (Eric E.)

Signed-off-by: default avatarDylan Baker <dylanx.c.baker@intel.com>
Tested-by: default avatarEric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: default avatarDaniel Stone <daniels@collabora.com>
parent ddf06a05
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment