forked from ariadne/pkgconf
meson: generate a .pc file for libpkgconf
parent
de8fc9e438
commit
a69bdfa28e
|
@ -66,6 +66,14 @@ libpkgconf = shared_library('pkgconf',
|
||||||
soversion : '3',
|
soversion : '3',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
pkg = import('pkgconfig')
|
||||||
|
pkg.generate(libpkgconf,
|
||||||
|
name : 'libpkgconf',
|
||||||
|
description : 'a library for accessing and manipulating development framework configuration',
|
||||||
|
url: 'http://github.com/pkgconf/pkgconf',
|
||||||
|
filebase : 'libpkgconf',
|
||||||
|
subdirs: ['pkgconf'],
|
||||||
|
)
|
||||||
|
|
||||||
pkgconf_exe = executable('pkgconf',
|
pkgconf_exe = executable('pkgconf',
|
||||||
'cli/main.c',
|
'cli/main.c',
|
||||||
|
|
Loading…
Reference in New Issue