diff options
Diffstat (limited to 'src/mapi/shared-glapi/meson.build')
-rw-r--r-- | src/mapi/shared-glapi/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/shared-glapi/meson.build b/src/mapi/shared-glapi/meson.build index 44e86f845f6..dcc6079af3d 100644 --- a/src/mapi/shared-glapi/meson.build +++ b/src/mapi/shared-glapi/meson.build @@ -50,7 +50,7 @@ libglapi = shared_library( install : true, ) -if with_tests +if with_any_opengl and with_tests test( 'shared-glapi-test', executable( |