Skip to content

Commit 907170d

Browse files
committed
Add installation directive to pkgconfig
1 parent 4252b72 commit 907170d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ pkgconfig.generate(libraries : libs,
115115
filebase : meson.current_build_dir()+'/oparl-'+api,
116116
subdirs : h,
117117
requires : 'glib-2.0 gobject-2.0 gio-2.0 json-glib-1.0',
118-
description : 'A library to access OParl civic information endpoints.')
118+
description : 'A library to access OParl civic information endpoints.',
119+
install: true)
119120

120121
install_headers(meson.current_build_dir()+'/oparl-'+api+'.h')
121122

0 commit comments

Comments
 (0)