aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter/clutter-box2d/example-data-location.patch
blob: 3aaab54e02157cd0c346c2429f7816d7f7df4d43 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/examples/blockbox.h.old	2010-07-20 15:05:30.000000000 +0200
+++ b/examples/blockbox.h	2010-08-23 18:20:03.000000000 +0200
@@ -8,7 +8,7 @@
 #include "scenes.h"
 #include "util.h"
 
-#define ASSETS_DIR "./"
+#define ASSETS_DIR "/usr/share/clutter-box2d-examples/"
 extern gboolean simulating;
 
 #endif