From 3e0b63a489b686b7586b43678d6b9f88f0fcaa99 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 8 Apr 2012 21:13:53 +0000 Subject: [PATCH] glteapot: Fix missing Mesa dependency --- src/apps/glteapot/Jamfile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/glteapot/Jamfile b/src/apps/glteapot/Jamfile index 575d254f29..d496758179 100644 --- a/src/apps/glteapot/Jamfile +++ b/src/apps/glteapot/Jamfile @@ -8,14 +8,19 @@ if $(HAIKU_GCC_VERSION[1]) < 3 { SubDirC++Flags --no-warnings ; } - -Application GLTeapot : +local sources = FPS.cpp GLObject.cpp ObjectView.cpp error.cpp TeapotWindow.cpp TeapotApp.cpp +; + +Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ; + +Application GLTeapot : + $(sources) : be GL game $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++) : GLTeapot.rdef ;