summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-01-15 15:35:36 +0100
committerLubomir Rintel <lkundrak@v3.sk>2018-01-16 12:15:51 +0100
commitbfff3ecfb0ab918369a7f628b195fa1446edbd7b (patch)
tree3837d97c864296c50b1913b330712d885c1d14e0 /meson.build
parent07d8431ae546dc51a87463be8f1f72bac7dc526a (diff)
downloadNetworkManager-bfff3ecfb0ab918369a7f628b195fa1446edbd7b.tar.gz
build: don't install NetworkManager.pc when libnm-glib is disabled
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build15
1 files changed, 0 insertions, 15 deletions
diff --git a/meson.build b/meson.build
index e59be17f96..ab0fcbab25 100644
--- a/meson.build
+++ b/meson.build
@@ -853,21 +853,6 @@ if enable_docs
subdir('docs')
endif
-pkg.generate(
- version: nm_version,
- name: nm_name,
- description: 'System for maintaining active network connection',
- filebase: nm_name,
- subdirs: nm_name,
- requires: '',
- variables: [
- 'exec_prefix=${prefix}',
- 'libgnome_serverdir=' + nm_libexecdir,
- 'plugindir=' + nm_pkglibdir,
- 'configdir=' + nm_pkgconfdir
- ]
-)
-
config = 'config.h'
configure_file(