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