aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-gnome/gtk+/gtk-fpu.inc
blob: 52cdc3b4466e9f66e2a9887054b4ef3128fccd95 (plain)
1
2
3
4
5
6
def get_gtk_fpu_setting(bb, d):
	if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
		return "--enable-integer-pixops"
	return ""