pkgconfig: move stdc++ dep from notcurses-core.pc to notcurses.pc #1635

This commit is contained in:
nick black 2021-05-07 17:48:24 -04:00
parent 84c7aca04e
commit 052b9148e7
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@ Version: @PROJECT_VERSION@
Requires:
Requires.private: tinfo
Libs: -L${libdir} -lnotcurses-core
Libs.private: -lunistring -lstdc++ -lm
Libs.private: -lunistring -lm
Cflags: -I${includedir}

View File

@ -10,5 +10,5 @@ Version: @PROJECT_VERSION@
Requires: notcurses-core
Requires.private:
Libs: -L${libdir} -lnotcurses
Libs.private:
Libs.private: -lstdc++
Cflags: -I${includedir}