diff options
Diffstat (limited to 'include/meson.build')
-rw-r--r-- | include/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/meson.build b/include/meson.build index 88e66a1a8f..b5f533bd18 100644 --- a/include/meson.build +++ b/include/meson.build @@ -55,7 +55,7 @@ if with_glx != 'disabled' install_headers('GL/glx.h', 'GL/glext.h', 'GL/glx_mangle.h', subdir : 'GL') endif -if with_osmesa +if with_osmesa != 'none' install_headers('GL/osmesa.h', subdir : 'GL') endif |