forked from ariadne/pkgconf
testsuite: add pkg-config files creating an intentional circular dependency
parent
44e2ce79e6
commit
beda1fffdd
|
@ -0,0 +1,11 @@
|
|||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: circular-1
|
||||
Description: A testing pkg-config file
|
||||
Version: 1.2.3
|
||||
Libs: -lcircular-1
|
||||
Requires: circular-2
|
||||
Cflags:
|
|
@ -0,0 +1,11 @@
|
|||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: circular-2
|
||||
Description: A testing pkg-config file
|
||||
Version: 1.2.3
|
||||
Libs: -lcircular-2
|
||||
Requires: circular-1
|
||||
Cflags:
|
Loading…
Reference in New Issue