]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
trivial: update tools/chromeos/gen_autosuspend_rules.py
[thirdparty/systemd.git] / meson.build
index 69d06a1bf3c92db4da184ee4a3fb73564784f05a..1172516454b45cfa33ba4a08a6953492934fb4a4 100644 (file)
@@ -1464,6 +1464,9 @@ install_libsystemd_static = static_library(
                         libgcrypt],
         c_args : libsystemd_c_args + (static_libsystemd_pic ? [] : ['-fno-PIC']))
 
+#Generate autosuspend rules
+make_autosuspend_rules_py = find_program('tools/make-autosuspend-rules.py')
+
 ############################################################
 
 # binaries that have --help and are intended for use by humans,