Skip to content
Snippets Groups Projects
Commit 41e0bc3d authored by Marc-André Lureau's avatar Marc-André Lureau
Browse files

ui/gl: opengl doesn't require PIXMAN


The QEMU fallback covers the requirements. We still need the flags of
header inclusion with CONFIG_PIXMAN.

Signed-off-by: default avatarMarc-André Lureau <marcandre.lureau@redhat.com>
parent 68fd1670
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,8 @@ endif
system_ss.add(opengl)
if opengl.found()
opengl_ss = ss.source_set()
opengl_ss.add(gbm)
opengl_ss.add(when: [opengl, pixman],
opengl_ss.add(gbm, pixman)
opengl_ss.add(when: [opengl],
if_true: files('shader.c', 'console-gl.c', 'egl-helpers.c', 'egl-context.c'))
ui_modules += {'opengl' : opengl_ss}
endif
......
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