Browse Source

ncurses: improved to generate and install .pc files for pkg-config if possible

stable/0.2
Christian Wiese 14 years ago
parent
commit
24cac5b983
  1. 5
      base/ncurses/ncurses.conf

5
base/ncurses/ncurses.conf

@ -177,4 +177,9 @@ else
else
hook_add postmake 6 "make_termcap_symlinks"
fi
# generate and install .pc files for pkg-config
if pkginstalled pkgconfig; then
var_append extraconfopt " " "--enable-pc-files"
fi
fi

Loading…
Cancel
Save