From 90582ee11838bc0d41da4c7449e32d7eb328b36d Mon Sep 17 00:00:00 2001 From: funman Date: Mon, 12 Apr 2010 11:09:07 +0000 Subject: [PATCH] some test plugins have dependencies git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25603 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b4d0365ac..eaaf9162b 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -182,9 +182,13 @@ remote_control.c #endif #ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ +#ifdef HAVE_ADJUSTABLE_CPU_FREQ test_boost.c +#endif test_codec.c +#ifdef HAVE_JPEG test_core_jpeg.c +#endif test_disk.c test_fps.c test_gfx.c @@ -194,7 +198,9 @@ test_greylib_bitmap_scale.c #endif test_mem.c test_mem_jpeg.c +#ifdef HAVE_LCD_COLOR test_resize.c +#endif test_sampr.c test_scanrate.c #ifdef HAVE_TOUCHSCREEN -- 2.11.4.GIT