summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2023-02-23 10:49:37 +0000
committerMarge Bot <emma+marge@anholt.net>2023-03-10 07:20:29 +0000
commitf5d3d1e7edb933efbf5c98b6b8716920c5877e08 (patch)
treed9f4b2bf50eba05ec5b0bf892e80ca9647300662 /src/glx
parenta18f439f5260b3e183ec6a58bfff2760a5bbe407 (diff)
downloadmesa-f5d3d1e7edb933efbf5c98b6b8716920c5877e08.tar.gz
meson: inline gtest_test_protocol now that it's always 'gtest'
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21485>
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/tests/meson.build b/src/glx/tests/meson.build
index e068fe0c58e..3f70646767a 100644
--- a/src/glx/tests/meson.build
+++ b/src/glx/tests/meson.build
@@ -50,6 +50,6 @@ if with_shared_glapi
dependencies : [dep_libdrm, dep_glproto, dep_thread, idep_gtest]
),
suite : ['glx'],
- protocol : gtest_test_protocol,
+ protocol : 'gtest',
)
endif