aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter/clutter-fpu.inc
blob: 21a16feac210d87d08f1701e9bf69b269e924af9 (plain)
1
2
3
4
5
6
def get_clutter_fpu_setting(bb, d):
	if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
		return "--without-fpu"
	return ""