summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-04-26 16:30:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-28 09:52:31 +0100
commit6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8 (patch)
treebd2b76fd45b5dadf5d7e29dd16eb2fdb7de5591c /meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch
parent36ec158df1ed6db4dc917d16fa7adb0f34fec0b4 (diff)
downloadopenembedded-core-contrib-6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8.tar.gz
tidy: move old clutter demo to meta-demoapps
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch')
-rw-r--r--meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch b/meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch
new file mode 100644
index 0000000000..c5e1660c54
--- /dev/null
+++ b/meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch
@@ -0,0 +1,20 @@
+Index: trunk/tests/Makefile.am
+===================================================================
+--- trunk.orig/tests/Makefile.am 2008-03-04 12:22:10.000000000 +0000
++++ trunk/tests/Makefile.am 2008-03-04 12:23:46.000000000 +0000
+@@ -1,4 +1,4 @@
+-noinst_PROGRAMS = \
++bin_PROGRAMS = \
+ test-button \
+ test-finger-scroll \
+ test-list-view \
+@@ -14,6 +14,9 @@
+ test-grow \
+ test-viewport
+
++test_texture_framedir = $(pkgdatadir)
++test_texture_frame_DATA = frame.png
++
+ INCLUDES = -I$(top_srcdir)
+ LDADD = $(top_builddir)/tidy/libtidy-1.0.la
+