From 768635694834c76d4abb358f6c282cf617e42183 Mon Sep 17 00:00:00 2001 From: Debian GNOME Maintainers Date: Sat, 4 Aug 2012 20:36:28 +0000 Subject: [PATCH] fix_test_data_path =================================================================== Gbp-Pq: Name fix_test_data_path.patch --- tests/interactive/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index e30c924..b2041b8 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -159,7 +159,7 @@ noinst_PROGRAMS = test-interactive test_interactive_SOURCES = test-main.c test-unit-names.h $(UNIT_TESTS) test_interactive_CFLAGS = $(CLUTTER_CFLAGS) $(GDK_PIXBUF_CFLAGS) test_interactive_CPPFLAGS = \ - -DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \ + -DTESTS_DATADIR=\""/usr/share/clutter-1.0/tests/data"\" \ -DG_DISABLE_SINGLE_INCLUDES \ -DGLIB_DISABLE_DEPRECATION_WARNINGS \ -DCLUTTER_DISABLE_DEPRECATION_WARNINGS -- 2.30.2