pkg-config/check/pkgconfig/prefixdef-expanded.pc
Dan Nicholson 32427bf2c6 check: Test relocatable features
Exercise the ${pcfiledir} and --define-prefix features for allowing
relocation of packages. The --define-prefix test .pc files are put in a
pkgconfig subdirectory since the feature will only be enabled in that
situation.
2013-05-17 05:13:15 -07:00

11 lines
274 B
PkgConfig

prefix=/reloc
exec_prefix=/reloc
libdir=/reloc/lib
includedir=/reloc/include
Name: Prefix redefinition with expanded variables test
Description: Test magic prefix redefinition when variables expanded
Version: 1.0.0
Requires:
Libs: -L${libdir} -lfoo
Cflags: -I${includedir}