Skip to content

Commit

Permalink
potrace: Build with libpotrace
Browse files Browse the repository at this point in the history
Inkscape needs this.

    --with-libpotrace       install Potrace library and headers (default: no)

Fixes: mariux64/pkg-scripts#84
  • Loading branch information
pmenzel committed Sep 12, 2019
1 parent 15de4c8 commit 11258ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions potrace.be0
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ SRCURL[0]="http://potrace.sourceforge.net/download/${PKGVERSION}/potrace-${PKGVE
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--with-libpotrace
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 11258ef

Please sign in to comment.