diff options
author | Tollef Fog Heen <tfheen@err.no> | 2008-03-23 21:39:07 +0100 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2008-03-23 21:39:07 +0100 |
commit | 69dafea1c8f4737b51e32ac1b9427076c70728c1 (patch) | |
tree | 29405f16b6d55211720cb234931240775a6d6f27 /check/public-dep.pc | |
parent | 15e72cef72e0187ca5547e44888c391591359634 (diff) |
2008-03-23 Tollef Fog Heen <tfheen@err.no>
* 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.
Diffstat (limited to 'check/public-dep.pc')
-rw-r--r-- | check/public-dep.pc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/check/public-dep.pc b/check/public-dep.pc index 7350e5d..66af831 100644 --- a/check/public-dep.pc +++ b/check/public-dep.pc @@ -3,4 +3,3 @@ 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 - |