1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Date: Mon, 10 Oct 2022 15:06:51 +0200
Subject: build: use the right project name
I was surprised seeing the files installed under `/usr/share/switcher`
instead of `/usr/share/powersupply`, until I noticed that ;)
Forwarded: https://gitlab.com/MartijnBraam/powersupply/-/merge_requests/8
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 547be8d..4a52f6a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('switcher',
+project('powersupply',
version: '0.8.0',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2'])
|