M7350/oe-core/meta/recipes-graphics/cairo/cairo-fpu.inc
2024-09-09 08:52:07 +00:00

7 lines
133 B
PHP

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