mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-20 05:30:03 +01:00
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.
11 lines
270 B
PkgConfig
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}
|