tslib: adjust ts.conf for palmpre machine and bump PR
[openembedded.git] / recipes / cairo / cairo-fpu.inc
blobbdaf789799fdf49e5465bf5fe087c83e67f57634
2 def get_cairo_fpu_setting(bb, d):
3         if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
4                 return "--disable-some-floating-point"
5         return ""