configure.ac/meson.build: Add options for library suffixes
[mesa.git] / src / egl / meson.build
index abc3695d6d40c60ebc6984563f2b5d0ddc3411eb..38ffb512f1ce09f6e31d03282fac08d7c68a3abf 100644 (file)
@@ -143,7 +143,7 @@ if cc.has_function('mincore')
 endif
 
 if not with_glvnd
-  egl_lib_name = 'EGL'
+  egl_lib_name = 'EGL' + get_option('egl-lib-suffix')
   egl_lib_version = '1.0.0'
 else
   egl_lib_name = 'EGL_mesa'