vlc | branch: master | Rafaël Carré <[email protected]> | Tue Sep 4 14:11:40 2012 +0200| [8494d6cd31987e69dc623ed3557f653cfb1198c0] | committer: Rafaël Carré
contrib: install .pc file for ncursesw > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8494d6cd31987e69dc623ed3557f653cfb1198c0 --- contrib/src/ncurses/rules.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/src/ncurses/rules.mak b/contrib/src/ncurses/rules.mak index 698165a..aa60b91 100644 --- a/contrib/src/ncurses/rules.mak +++ b/contrib/src/ncurses/rules.mak @@ -21,7 +21,8 @@ ncurses: ncurses-$(NCURSES_VERSION).tar.gz .sum-ncurses $(MOVE) .ncurses: ncurses - cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --without-debug --enable-widec --without-develop --without-shared --with-terminfo-dirs=/usr/share/terminfo + cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --without-debug --enable-widec --without-develop --without-shared --with-terminfo-dirs=/usr/share/terminfo --enable-pc-files cd $</ncurses && make -j1 && make install cd $</include && make -j1 && make install + cd $</misc && make pc-files && mkdir -p "$(PREFIX)/lib/pkgconfig" && cp ncursesw.pc "$(PREFIX)/lib/pkgconfig" touch $@ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
