pkg-config: add the base lix include-dir as an include-dir
This allows <lix/*> includes to work from external projects not taking
Lix as a buildInput with Nix, but just using pkg-config.
Change-Id: I5b24fd0981344b013beaf406c16988dad17f0edb
This commit is contained in:
parent
13f54451e6
commit
6a9b66357e
|
@ -5,4 +5,4 @@ includedir=@includedir@
|
|||
Name: Lix base
|
||||
Description: Lix Package Manager (config.hh fixup)
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}/lix
|
||||
Cflags: -I${includedir}/lix -I${includedir}
|
||||
|
|
Loading…
Reference in a new issue