summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorX512 <danger_mail@list.ru>2022-11-13 18:13:21 +0900
committerMarge Bot <emma+marge@anholt.net>2023-02-18 00:44:43 +0000
commitda73bcac37fb79e1e881c38ced350a285a57859c (patch)
tree98f0b01810ad6ce5a7c0e26952abc53a9d526d10 /src/meson.build
parentadbe8b6c17a76bb5ee0b924d927473f81c593eba (diff)
downloadmesa-da73bcac37fb79e1e881c38ced350a285a57859c.tar.gz
hgl: remove
Use EGL and glvnd instead on Haiku platform. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21079>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/meson.build b/src/meson.build
index ddfa4aeec48..ebfcf94858f 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -112,9 +112,6 @@ endif
if with_gallium or with_gbm
subdir('loader')
endif
-if with_platform_haiku
- subdir('hgl')
-endif
if with_gbm
subdir('gbm')
else