blob: 7e00fc9cca10f26705af2f26b5b518cf1383c1ed (
plain)
1
2
3
4
5
6
7
|
if test -z "$POPPLER_LIBS"; then
echo ""
echo "You're missing libpoppler 0.5.1 or later (binaries and/or headers)."
echo "chalk won't be able to import pdf"
echo "note that the tqt-binding of libpoppler is required"
echo ""
fi
|