summaryrefslogtreecommitdiffstats
path: root/recipes/clutter/clutter-box2d/example-data-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/clutter/clutter-box2d/example-data-location.patch')
-rw-r--r--recipes/clutter/clutter-box2d/example-data-location.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/clutter/clutter-box2d/example-data-location.patch b/recipes/clutter/clutter-box2d/example-data-location.patch
new file mode 100644
index 0000000000..3aaab54e02
--- /dev/null
+++ b/recipes/clutter/clutter-box2d/example-data-location.patch
@@ -0,0 +1,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