M7350/oe-core/meta-demoapps/recipes-support/poppler/poppler-fpu.inc

7 lines
125 B
PHP
Raw Normal View History

2024-09-09 08:52:07 +00:00
def get_poppler_fpu_setting(bb, d):
if d.getVar('TARGET_FPU', 1) in [ 'soft' ]:
return "--enable-fixedpoint"
return ""