From e51bd9b600d5e625e36f3df5af4aa8b76e648524 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 26 Apr 2011 16:30:04 -0700 Subject: tidy: move old clutter demo to meta-demoapps (From OE-Core rev: 6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../clutter/tidy/tidy-enable-tests.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch (limited to 'meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch') 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 + -- cgit v1.2.3-54-g00ecf