diff options
author | Dan Williams <dan@bigw.org> | 2025-01-23 02:50:04 +0000 |
---|---|---|
committer | Dan Williams <dan@bigw.org> | 2025-01-23 02:50:04 +0000 |
commit | 35c0556f73a1a02b535f5aa863a02663bfe493c9 (patch) | |
tree | 2251232ac0792aa5b97e5581b6d894dec1ed10c7 | |
parent | 4e31b7fdda9f341f3d9f1e9d6c8fc9e2ba27bafd (diff) | |
parent | 907f7a2813c2f2e424a466b5c2544ea4f60a71cf (diff) |
Merge request !1282 from 'fix-its-location'
Specify a path to the ITS rules
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1282
-rw-r--r-- | data/meson.build | 1 | ||||
-rw-r--r-- | meson.build | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/meson.build b/data/meson.build index 89bf68f4..e09ea45a 100644 --- a/data/meson.build +++ b/data/meson.build @@ -58,6 +58,7 @@ if enable_polkit ), output: '@BASENAME@', po_dir: po_dir, + data_dirs: [data_dir], install: true, install_dir: polkit_gobject_policydir, ) diff --git a/meson.build b/meson.build index 4cbe0a6b..98e5f5f5 100644 --- a/meson.build +++ b/meson.build @@ -63,6 +63,7 @@ build_root = meson.current_build_dir() build_aux_dir = source_root / 'build-aux' templates_dir = source_root / 'build-aux/templates' po_dir = source_root / 'po' +data_dir = source_root / 'data' src_dir = source_root / 'src' plugins_dir = source_root / 'src/plugins' |