Skip to content
Snippets Groups Projects
Commit 851b5824 authored by Glenn Johnson's avatar Glenn Johnson Committed by Todd Gamblin
Browse files

Build pkg-config files for ncurses (#1673)

parent 899f3a7e
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,10 @@ def install(self, spec, prefix): ...@@ -50,7 +50,10 @@ def install(self, spec, prefix):
"--enable-widec", "--enable-widec",
"--enable-overwrite", "--enable-overwrite",
"--disable-lib-suffixes", "--disable-lib-suffixes",
"--without-ada"] "--without-ada",
"--enable-pc-files",
"--with-pkg-config-libdir={0}/lib/pkgconfig".format(prefix)
]
configure(*opts) configure(*opts)
make() make()
make("install") make("install")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment