meson: Build st_tests_common with gtest
authorMike Lothian <mike@fireburn.co.uk>
Thu, 19 Apr 2018 09:02:39 +0000 (10:02 +0100)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 19 Apr 2018 16:04:51 +0000 (09:04 -0700)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106131
Fixes: 34cb4d0ebc1 ("meson: build tests for gallium mesa state tracker")
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/mesa/state_tracker/tests/meson.build

index f62039ef1e5f816478584b04db81eddec8096bf8..0f845132091e7488a53c7d9e051b44b73f6a3990 100644 (file)
@@ -22,7 +22,7 @@ libmesa_st_test_common = static_library(
   'mesa_st_test_common',
   ['st_tests_common.cpp', ir_expression_operation_h],
   include_directories : inc_common,
-  dependencies : dep_thread,
+  dependencies : [dep_thread, idep_gtest],
 )
 
 test(