diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-04-26 16:30:04 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 10:45:48 +0100 |
| commit | e51bd9b600d5e625e36f3df5af4aa8b76e648524 (patch) | |
| tree | d9ae56bf40089a67e2374cc08d36ac8f6339c52d /meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch | |
| parent | aa7ec171103d5e8fa26ad875bf209e373f295d7a (diff) | |
| download | poky-e51bd9b600d5e625e36f3df5af4aa8b76e648524.tar.gz | |
tidy: move old clutter demo to meta-demoapps
(From OE-Core rev: 6f8c5dbf3cbe33d5d5c037a9078291da1b7e56e8)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.patch | 20 |
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 @@ | |||
| 1 | Index: trunk/tests/Makefile.am | ||
| 2 | =================================================================== | ||
| 3 | --- trunk.orig/tests/Makefile.am 2008-03-04 12:22:10.000000000 +0000 | ||
| 4 | +++ trunk/tests/Makefile.am 2008-03-04 12:23:46.000000000 +0000 | ||
| 5 | @@ -1,4 +1,4 @@ | ||
| 6 | -noinst_PROGRAMS = \ | ||
| 7 | +bin_PROGRAMS = \ | ||
| 8 | test-button \ | ||
| 9 | test-finger-scroll \ | ||
| 10 | test-list-view \ | ||
| 11 | @@ -14,6 +14,9 @@ | ||
| 12 | test-grow \ | ||
| 13 | test-viewport | ||
| 14 | |||
| 15 | +test_texture_framedir = $(pkgdatadir) | ||
| 16 | +test_texture_frame_DATA = frame.png | ||
| 17 | + | ||
| 18 | INCLUDES = -I$(top_srcdir) | ||
| 19 | LDADD = $(top_builddir)/tidy/libtidy-1.0.la | ||
| 20 | |||
