aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/edje-fpu.inc
blob: 32a6daf7d2826f07bb089846484ec5ceb10364ac (plain)
1
2
3
4
5
6
def get_edje_fpu_setting(bb, d):
    if d.getVar('TARGET_FPU') in [ 'soft' ]:
        return "--enable-fixed-point"
    return ""