mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-05 08:50:26 +01:00
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.
11 lines
274 B
PkgConfig
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}
|