pkg-config/check/variables.pc
Dan Nicholson a3e58e7d4d check: More thoroughly test variable usage
Add some more tests for handling unusual variables such as those that
are quoted or that contain shell characters. This should help make the
--variable output more reliable in the future.

https://bugs.freedesktop.org/show_bug.cgi?id=93284
2016-02-26 08:56:52 -08:00

11 lines
256 B
PkgConfig

prefix=/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir="${prefix}/include"
cppflags=-I${includedir}/foo \
-DFOO=\"/bar\"
Name: Complex variables
Description: Test complex variable output
Version: 1.0
Cflags: -I${includedir} ${cppflags}