lorid

convert chordpro to pdf
git clone git://git.relim.de/lorid.git
Log | Files | Refs | README | LICENSE

configure (252B)


      1 #!/bin/sh
      2 
      3 pkg-config --exists pdfio || echo "pdfio is missing."
      4 pkg-config --exists libtoml || echo "toml-c is missing."
      5 pkg-config --exists fontconfig || echo "fontconfig is missing."
      6 pkg-config --exists libgrapheme || echo "libgrapheme is missing."