summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-02-19 04:45:47 +0000
committerErik Faye-Lund <erik.faye-lund@collabora.com>2023-02-20 07:27:23 +0000
commit6b4edcc87d1bf02b625d2b41bf559977001b7691 (patch)
tree5251811c942a3e7ce34966418b6f45ea09a03389
parentfd24cdfe75b0c17f1ab61421536ba4447ac62c1a (diff)
downloadmesa-demos-6b4edcc87d1bf02b625d2b41bf559977001b7691.tar.gz
meson: explicitly depend clear demo on EGL (like autotools did)
src/egl/opengles1/clear.c:35:10: fatal error: 'EGL/egl.h' file not found #include <EGL/egl.h> ^~~~~~~~~~~ Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
-rw-r--r--src/egl/opengles1/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/opengles1/meson.build b/src/egl/opengles1/meson.build
index 12a1fd53..aa15ce5c 100644
--- a/src/egl/opengles1/meson.build
+++ b/src/egl/opengles1/meson.build
@@ -39,7 +39,7 @@ executable(
'clear', files('clear.c'),
dependencies: [
# intentionally not link to dep_gles1
- dep_m, idep_glad, idep_util, idep_eglut_x11
+ dep_egl, dep_m, idep_glad, idep_util, idep_eglut_x11
])
progs_x11 = [