Files
poky/meta/packages/clutter/clutter/enable_tests.patch
2008-12-18 17:00:46 +00:00

33 lines
1.2 KiB
Diff

---
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);