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

* Resolves #8717
This commit is contained in:
Alexander von Gluck IV 2012-07-11 13:12:58 -05:00
parent 74880af10c
commit e278dc80e9
1 changed files with 10 additions and 3 deletions

View File

@ -9,18 +9,25 @@ if $(HAIKU_GCC_VERSION[1]) < 3 {
AddResources Message : Flurry.rdef ;
ScreenSaver Flurry :
local sources =
Flurry.cpp
Smoke.cpp
Spark.cpp
Star.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++)
;
DoCatalogs Flurry :
x-vnd.Haiku-Flurry
:
Flurry.cpp
$(sources)
;