aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/cairo/cairo-fpu.inc
blob: ef72e8904b4d9a92e7ed80f64dc9eee97b7a4030 (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 ""