summaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/clutter/enable_tests.patch
blob: 8544614790a8f69c77321674726ad35a6511f7f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
 tests/Makefile.am   |    7 ++++++-
 tests/test-actors.c |    2 +-
 tests/test-text.c   |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)

Index: git/tests/interactive/Makefile.am
===================================================================
--- git.orig/tests/interactive/Makefile.am	2008-12-18 16:50:45.000000000 +0000
+++ git/tests/interactive/Makefile.am	2008-12-18 16:57:36.000000000 +0000
@@ -68,7 +68,7 @@
 AM_CFLAGS = $(CLUTTER_CFLAGS)
 AM_LDFLAGS = $(CLUTTER_LIBS)
 
-noinst_PROGRAMS = test-interactive
+bin_PROGRAMS = test-interactive
 
 test_interactive_SOURCES = \
 	test-main.c \
Index: git/tests/interactive/test-actors.c
===================================================================
--- git.orig/tests/interactive/test-actors.c	2008-12-18 16:58:06.000000000 +0000
+++ git/tests/interactive/test-actors.c	2008-12-18 16:58:13.000000000 +0000
@@ -189,7 +189,7 @@
       /* Create a texture from file, then clone in to same resources */
       if (i == 0)
 	{
-	  if ((oh->hand[i] = clutter_texture_new_from_file ("redhand.png",
+	  if ((oh->hand[i] = clutter_texture_new_from_file ("/usr/share/clutter/redhand.png",
 							    &error)) == NULL)
 	    {
 	      g_error ("image load failed: %s", error->message);