From f2e702d4dc22a04e6b660c63e77c93f269fb3818 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Mon, 30 Aug 2021 13:11:42 +0200 Subject: build: Support building upower with meson --- etc/meson.build | 1 + 1 file changed, 1 insertion(+) create mode 100644 etc/meson.build (limited to 'etc') diff --git a/etc/meson.build b/etc/meson.build new file mode 100644 index 0000000..59966f8 --- /dev/null +++ b/etc/meson.build @@ -0,0 +1 @@ +install_data('UPower.conf', install_dir: get_option('sysconfdir') / 'UPower') -- cgit v1.2.1