diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-09-15 20:37:50 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-09-16 16:12:39 -0700 |
commit | 249fc51167e2ef15cc3a517c34e9e432b54f6cb1 (patch) | |
tree | 0056285e5e04d0ff4ebc82aa8bfbed4d81554af1 /recipes | |
parent | 43690fb819de85796ae5c0dd7d7156949c74ee9e (diff) |
clutter.inc: Add omap5912osk to COMPATIBLE_MACHINE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/clutter/clutter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/clutter/clutter.inc b/recipes/clutter/clutter.inc index 4e36669d48..705cece91e 100644 --- a/recipes/clutter/clutter.inc +++ b/recipes/clutter/clutter.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Clutter graphics library" HOMEPAGE = "http://www.clutter-project.org/" LICENSE = "LGPL" -COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|omap3517-evm|beagleboard|overo|omap3evm)" +COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qemuarm|qemux86|ipodtouch|omap3517-evm|beagleboard|overo|omap3evm|omap5912osk)" STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+" BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" |