From: Jérôme Duval <[email protected]> --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/src/Makefile.am b/src/Makefile.am index 5ef2d4f..7ef63f7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -108,6 +108,10 @@ if HAVE_PLATFORM_WAYLAND SUBDIRS += egl/wayland/wayland-egl endif +if HAVE_HAIKU +SUBDIRS += hgl +endif + if HAVE_EGL SUBDIRS += egl endif -- 2.7.4 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
