Skip to content

Commit

Permalink
gnuplot: explicitly disable qt
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Nov 6, 2024
1 parent bb52cdb commit d3727e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion community/gnuplot/build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export PATH="$PWD/path:$PATH"

./configure \
--prefix=/usr \
--libexecdir=/usr/lib
--libexecdir=/usr/lib \
--with-qt=no

make
make install

0 comments on commit d3727e8

Please sign in to comment.