generic-poky/meta/recipes-graphics/cairo/cairo-fpu.inc

7 lines
148 B
C++

def get_cairo_fpu_setting(bb, d):
if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
return "--disable-some-floating-point"
return ""