7 lines
125 B
PHP
7 lines
125 B
PHP
|
|
def get_poppler_fpu_setting(bb, d):
|
|
if d.getVar('TARGET_FPU', 1) in [ 'soft' ]:
|
|
return "--enable-fixedpoint"
|
|
return ""
|
|
|