This needs the EGL_KHR_image_pixmap and the GL_EXT_EGL_image_storage extensions, which unfortunately aren't available on NVIDIA cards. Don't add documentation for these, for now. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
8 lines
256 B
Meson
8 lines
256 B
Meson
# enable xrender
|
|
srcs += [ files('backend_common.c', 'xrender/xrender.c', 'dummy/dummy.c', 'backend.c', 'driver.c') ]
|
|
|
|
# enable opengl
|
|
if get_option('opengl')
|
|
srcs += [ files('gl/gl_common.c', 'gl/glx.c', 'gl/blur.c', 'gl/shaders.c', 'gl/egl.c') ]
|
|
endif
|