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