diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-05-23 04:27:03 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-05-23 04:27:03 +0000 |
commit | 8613e00a672f2ee199a141d8dc756ece8c20a8ac (patch) | |
tree | dd2617676ae8f44ba54c00b12154e86afb394129 /lib/mesa/src/gbm | |
parent | 2c2a6422a6503c4af38c961e28e7bae8ce537e36 (diff) |
Import Mesa 19.0.5
Diffstat (limited to 'lib/mesa/src/gbm')
-rw-r--r-- | lib/mesa/src/gbm/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mesa/src/gbm/meson.build b/lib/mesa/src/gbm/meson.build index 719f9c1a9..b2ad66735 100644 --- a/lib/mesa/src/gbm/meson.build +++ b/lib/mesa/src/gbm/meson.build @@ -37,7 +37,6 @@ incs_gbm = [ if with_dri2 files_gbm += files('backends/dri/gbm_dri.c', 'backends/dri/gbm_driint.h') deps_gbm += dep_libdrm # TODO: pthread-stubs - args_gbm += '-DDEFAULT_DRIVER_DIR="@0@"'.format(dri_search_path) endif if with_platform_wayland deps_gbm += dep_wayland_server @@ -72,6 +71,7 @@ if with_tests 'gbm-symbols-check', find_program('gbm-symbols-check'), env : env_test, - args : libgbm + args : libgbm, + suite : ['gbm'], ) endif |