generic-poky/meta-demoapps/recipes-support/poppler/poppler-fpu.inc

7 lines
134 B
PHP
Raw Normal View History

def get_poppler_fpu_setting(bb, d):
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
return "--enable-fixedpoint"
return ""