summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-03-20 12:42:45 +0100
committerErik Faye-Lund <erik.faye-lund@collabora.com>2023-03-22 12:02:22 +0100
commit8c1678321359266e0ec6caab99e1c7272c41d99e (patch)
treecc622c76550bf5fd1884dc62de16d93a3243b4ee
parentf5085908a2778b7cc539758f21f3b3da9719b196 (diff)
downloadmesa-demos-8c1678321359266e0ec6caab99e1c7272c41d99e.tar.gz
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 <haochengho12907@gmail.com>
-rw-r--r--src/osdemos/meson.build2
1 files changed, 1 insertions, 1 deletions
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
)