Skip to content

Commit

Permalink
Add installation directive to pkgconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
eFrane committed Nov 9, 2016
1 parent 4252b72 commit 907170d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ pkgconfig.generate(libraries : libs,
filebase : meson.current_build_dir()+'/oparl-'+api,
subdirs : h,
requires : 'glib-2.0 gobject-2.0 gio-2.0 json-glib-1.0',
description : 'A library to access OParl civic information endpoints.')
description : 'A library to access OParl civic information endpoints.',
install: true)

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

Expand Down

0 comments on commit 907170d

Please sign in to comment.