On 28.08.2017 12:18, Michael Olbrich wrote:
On Thu, Aug 24, 2017 at 12:39:08AM +0200, Roland Hieber wrote:
>> [...]
+ifdef PTXCONF_POPPLER_SPLASH_FP
+ifdef PTXCONF_POPPLER_SPLASH_FP_DOUBLE
+POPPLER_CONF_OPT += \
+       --disable-single-precision \
+       --disable-fixedpoint
+else # PTXCONF_POPPLER_SPLASH_FP && !PTXCONF_POPPLER_SPLASH_FP_DOUBLE
+POPPLER_CONF_OPT += \
+       --enable-single-precision \
+       --disable-fixedpoint
+endif
+else # !PTXCONF_POPPLER_SPLASH_FP
+POPPLER_CONF_OPT += \
+       --disable-single-precision \
+       --enable-fixedpoint
+endif

Can't you use ptx/disen here? The single-precision option should be ignored
for fixedpoint, right?

No, ./configure --enable-fixedpoint --enable-single-precision is not accepted and fails. Is there a way to check for two separate variables inside ptx/disen?

 - Roland

--
Pengutronix e.K.                  | Roland Hieber               |
Industrial Linux Solutions        | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to