mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-01 02:07:57 +02:00
* check/check-conflicts, check/conflicts-test.pc: New test,
testing that conflicts work as they should.
* pkg.c (verify_package): Make the conflicts check not only check
package versions, but also package names. This makes conflicts
functional, something they were not before.
5 lines
190 B
PkgConfig
5 lines
190 B
PkgConfig
Name: Requires test package
|
|
Description: Dummy pkgconfig test package for testing Requires/Requires.private
|
|
Version: 1.0.0
|
|
Libs: -L/public-dep/lib -lpublic-dep
|
|
Cflags: -I/public-dep/include
|