enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / cairo / cairo-fpu.inc
1
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 ""
6