diff options
| author | Alexander von Gluck IV <kallisti5@unixzen.com> | 2012-07-11 13:12:58 -0500 |
|---|---|---|
| committer | Alexander von Gluck IV <kallisti5@unixzen.com> | 2012-07-11 14:15:06 -0500 |
| commit | e278dc80e95f3957167c3c7aae42076a7aa8f26c (patch) | |
| tree | d4fc5c07105eafcc3913d7ff3a7a35d9987a6bb0 | |
| parent | 74880af10c2b89830985430fc7ee26a5a34db04d (diff) | |
Flurry: Fix Mesa dependency for out-of-order buildshrev44309
* Resolves #8717
| -rw-r--r-- | src/add-ons/screen_savers/flurry/Jamfile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/add-ons/screen_savers/flurry/Jamfile b/src/add-ons/screen_savers/flurry/Jamfile index 61854d35fa..54357c262c 100644 --- a/src/add-ons/screen_savers/flurry/Jamfile +++ b/src/add-ons/screen_savers/flurry/Jamfile @@ -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) ; |
