diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2022-12-08 09:56:40 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2022-12-08 09:56:40 -0600 |
commit | 839083bb523b82cca28d3f0ecc8d4c3469a0853d (patch) | |
tree | 3d41ab1c40404808f5814df3e2eb7ccb2e3a453f /conf.d/meson.build | |
parent | 1364e6631c7f266484981d88be43f9b039f76b6a (diff) |
make the location of the swclock reference file configurable
This fixes #565.
Diffstat (limited to 'conf.d/meson.build')
-rw-r--r-- | conf.d/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/meson.build b/conf.d/meson.build index ce704180..cede4e76 100644 --- a/conf.d/meson.build +++ b/conf.d/meson.build @@ -7,6 +7,7 @@ conf_common = [ 'localmount', 'netmount', 'swap', + 'swclock', ] conf_net = [ |