matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / efl1 / edje-fpu.inc
blob1af86e3cc0d6c536d99b7de3b4393d651e8fb61c
2 def get_edje_fpu_setting(bb, d):
3         if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
4                 return "--enable-fixed-point"
5         return ""