Meson's pkgconfig module is used to generated the pkg-config file. The
template is a left over when the project was still using Makefiles.
While at is also drop the unused command line option 'pkgconfiglibdir'
Signed-off-by: Daniel Wagner <dwagner@suse.de>
+++ /dev/null
-prefix=@prefix@
-exec_prefix=${prefix}
-libdir=@libdir@
-includedir=@includedir@
-
-Name: @NAME@
-Version: @VERSION@
-Description: Manage "libnvme" subsystem devices (Non-volatile Memory Express)
-URL: http://github.com/linux-nvme/libnvme/
-
-Libs: -L${libdir} -lnvme
-Cflags: -I${includedir}
bindir = join_paths(prefixdir, get_option('bindir'))
sysconfdir = join_paths(prefixdir, get_option('sysconfdir'))
-pkgconfiglibdir = get_option('pkgconfiglibdir') == '' ? join_paths(libdir, 'pkgconfig') : get_option('pkgconfiglibdir')
-
################################################################################
conf = configuration_data()
# -*- mode: meson -*-
# SPDX-License-Identifier: LGPL-2.1-or-later
option('version-tag', type : 'string', description : 'override the git version string')
-option('pkgconfiglibdir', type : 'string', value : '', description : 'directory for standard pkg-config files')
option('htmldir', type : 'string', value : '', description : 'directory for HTML documentation')
option('rstdir', type : 'string', value : '', description : 'directory for ReST documentation')