mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-16 01:08:14 +02:00
12 lines
258 B
PkgConfig
12 lines
258 B
PkgConfig
|
|
prefix=/usr
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include/circ3
|
||
|
|
|
||
|
|
Name: Circular Requires test 3
|
||
|
|
Description: Dummy package for testing circular Requires
|
||
|
|
Version: 1.0.0
|
||
|
|
Requires: circular-1
|
||
|
|
Libs: -lcirc3
|
||
|
|
Cflags: -I${includedir}
|