meson: install headers into pkgconf/libpkgconf instead of just libpkgconf
To mirror what the autotools build doespull/208/head
parent
869f2a84d6
commit
de8fc9e438
|
@ -8,5 +8,5 @@ install_headers('libpkgconf.h',
|
||||||
'iter.h',
|
'iter.h',
|
||||||
'bsdstubs.h',
|
'bsdstubs.h',
|
||||||
'libpkgconf-api.h',
|
'libpkgconf-api.h',
|
||||||
subdir : 'libpkgconf')
|
subdir : 'pkgconf/libpkgconf')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue