pkg-config/check/inst-uninstalled.pc
Dan Nicholson 4f7d2a1b28 check: Test -uninstalled functionality
Test the usage of -uninstalled packages with two .pc files: inst.pc and
inst-uninstalled.pc. pkg-config should prefer the -uninstalled version
unless PKG_CONFIG_DISABLE_UNINSTALLED is set. It should also use the
default value of pc_top_builddir unless PKG_CONFIG_TOP_BUILD_DIR is set.
2012-10-03 05:33:31 -07:00

11 lines
270 B
PkgConfig

prefix=${pc_top_builddir}
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Uninstalled test package
Description: Test package for checking -uninstalled behavior
Version: 2.0.0
Requires:
Libs: -L${libdir} -linst
Cflags: -I${includedir}