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