From 8c1678321359266e0ec6caab99e1c7272c41d99e Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 20 Mar 2023 12:42:45 +0100 Subject: osdemos: link to dep_osmesa rather than dep_gl This fixes the OSMesa demos for me, and matches what we did for the old Autotools build system. Closes: https://gitlab.freedesktop.org/mesa/demos/-/issues/35 Reviewed-by: Hoe Hao Cheng --- src/osdemos/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/osdemos/meson.build b/src/osdemos/meson.build index 7c3c4afa..17caf078 100644 --- a/src/osdemos/meson.build +++ b/src/osdemos/meson.build @@ -27,7 +27,7 @@ foreach p : progs executable( p, files(p + '.c'), dependencies: [ - dep_gl, dep_glu, dep_m, idep_util, dep_osmesa + dep_osmesa, dep_m, idep_util ], install: true ) -- cgit v1.2.1