Files
poky/meta/packages/clutter/clutter-fpu.inc
2007-07-10 14:06:27 +00:00

7 lines
128 B
PHP

def get_clutter_fpu_setting(bb, d):
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
return "--without-fpu"
return ""