Flurry: Fix Mesa dependency for out-of-order builds

* Resolves #8717
This commit is contained in:
Alexander von Gluck IV
2012-07-11 14:15:06 -05:00
parent 74880af10c
commit e278dc80e9
+10 -3
View File
@@ -9,18 +9,25 @@ if $(HAIKU_GCC_VERSION[1]) < 3 {
AddResources Message : Flurry.rdef ; AddResources Message : Flurry.rdef ;
ScreenSaver Flurry : local sources =
Flurry.cpp Flurry.cpp
Smoke.cpp Smoke.cpp
Spark.cpp Spark.cpp
Star.cpp Star.cpp
Texture.cpp Texture.cpp
: ;
Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ;
# Dependency needed to trigger downloading/unzipping the package before
# compiling the files.
ScreenSaver Flurry :
$(sources) :
be screensaver GL libshared.a $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++) be screensaver GL libshared.a $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
; ;
DoCatalogs Flurry : DoCatalogs Flurry :
x-vnd.Haiku-Flurry x-vnd.Haiku-Flurry
: :
Flurry.cpp $(sources)
; ;