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