mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-27 09:00:04 +01: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.
6 lines
148 B
PkgConfig
6 lines
148 B
PkgConfig
Name: Conflicts test package
|
|
Description: Dummy pkgconfig test package for testing Conflicts
|
|
Version: 1.0.0
|
|
Requires: public-dep
|
|
Conflicts: simple
|
|
|