pkg-config/check/requires-test.pc
Dan Nicholson aba2c047cf check: Enhance --print-requires tests
Make the --print-requires and --print-requires-private tests actually
resolve Requires and output a specific version test.
2012-10-02 05:51:22 -07:00

8 lines
261 B
PkgConfig

Name: Requires test package
Description: Dummy pkgconfig test package for testing Requires/Requires.private
Version: 1.0.0
Requires: public-dep >= 1
Requires.private: private-dep >= 1
Libs: -L/requires-test/lib -lrequires-test
Cflags: -I/requires-test/include