package/poppler: add missing end-of-line backslash
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 8 Jun 2019 19:49:57 +0000 (21:49 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 8 Jun 2019 19:49:57 +0000 (21:49 +0200)
commit4f6b94d515c1538a3fb650d5e7cc6a406f308421
tree6a50e72d6723eedc693efc43388bb06a78e41107
parentd65b6b337b6ddc7961aff5232062747a14cc9127
package/poppler: add missing end-of-line backslash

Commit c6bef18dab5d "bump version to 0.77.0" converted the
POPPLER_CONF_OPTS variable to one entry per line, but a backslash was
forgotten at the end of one of the lines. Thus, the last bit of the
configuration options weren't applied.

Fortunately, all of those were alread at their default value, so not
much was lost.

It does fix a check-package warning though:
package/poppler/poppler.mk:17: unexpected indent with tabs

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/poppler/poppler.mk