[Mesa-dev] [PATCH v2 2/8] Haiku: add src/hgl/Makefile.am to the build

Jerome Duval jerome.duval at gmail.com
Tue Oct 24 16:11:02 UTC 2017


From: Jérôme Duval <jerome.duval at gmail.com>

---
 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



More information about the mesa-dev mailing list