summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/cairo/cairo-fpu.inc
blob: bf5a1b01e1560fa43a7288565a1f7400af4473d4 (plain)
1
2
3
4
5
6
def get_cairo_fpu_setting(bb, d):
	if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
		return "--disable-some-floating-point"
	return ""