~mmach/netext73/pkgconf

« back to all changes in this revision

Viewing changes to tests/lib1/depgraph-break.pc

  • Committer: mmach
  • Date: 2024-02-21 19:22:23 UTC
  • Revision ID: netbit73@gmail.com-20240221192223-5l809fiqh21udwrd
1.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=/test
 
2
exec_prefix=${prefix}
 
3
libdir=${prefix}/lib
 
4
includedir=${prefix}/include
 
5
 
 
6
Name: depgraph-break
 
7
Description: A testing pkg-config file
 
8
Version: 1.2.3
 
9
Libs: -L${libdir} -lfoo
 
10
Cflags: -fPIC -I${includedir}/foo
 
11
Cflags.private: -DFOO_STATIC
 
12
Requires: nonexistant