diff options
Diffstat (limited to 'rhythmbox/rhythmbox_0.8.5.oe')
-rw-r--r-- | rhythmbox/rhythmbox_0.8.5.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rhythmbox/rhythmbox_0.8.5.oe b/rhythmbox/rhythmbox_0.8.5.oe index 79b20cd20d..8dc2d14bcf 100644 --- a/rhythmbox/rhythmbox_0.8.5.oe +++ b/rhythmbox/rhythmbox_0.8.5.oe @@ -17,3 +17,8 @@ do_configure_prepend() { } inherit autotools + +do_compile() { + oe_runmake ORBIT_IDL=`which orbit-idl-2` +} + |