aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-fpu.inc
blob: c541fe315106bc308acff66ef68e0d3aa5e8422a (plain)
1
2
3
4
5
6
def get_clutter_fpu_setting(bb, d):
    if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
        return "--without-fpu"
    return ""