Skip to content

build: fix includedir in pkgconfig file

Rasmus Thomsen requested to merge Cogitri/apk-tools:pkgconfig into master

We want to include via <apk/$headerfile> and not via <$headerfile>, so we want to add an include statement for the dir the apk folder which contains the headers is contained in.

Merge request reports