qulogic/libgnt

Fix bugs in pkgconfig and man page substitutions.
meson
2017-06-17, Elliott Sales de Andrade
5f50f389202a
Parents 51f3d340aed8
Children 4d1ef4a3ba0c
Fix bugs in pkgconfig and man page substitutions.
  • +1 -1
    meson.build
  • --- a/meson.build Fri Jun 16 02:48:18 2017 -0400
    +++ b/meson.build Sat Jun 17 02:00:42 2017 -0400
    @@ -92,7 +92,7 @@
    configure_file(input : 'gnt.pc.in',
    output : 'gnt.pc',
    - configuration : conf,
    + configuration : pkg_conf,
    install : true,
    install_dir : get_option('libdir') + '/pkgconfig')