Build system: Replace Make by Meson

This commit is contained in:
Romain Vigier
2022-04-04 15:32:14 +02:00
parent 3f2abef12e
commit 9dbfbafe85
37 changed files with 629 additions and 498 deletions
+4 -4
View File
@@ -29,9 +29,9 @@ Visit [the extension page on extensions.gnome.org](https://extensions.gnome.org/
You will need these tools:
- `make`
- `meson`
- `gettext`
- `gnome-extensions` (comes with GNOME Shell >= 3.34)
- `glib-compile-schemas`
Clone the repository and enter the directory:
@@ -39,10 +39,10 @@ Clone the repository and enter the directory:
git clone https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension.git && cd nightthemeswitcher-gnome-shell-extension
```
Build and install using `make`:
Build and install using `meson`:
```bash
make build && make install
meson builddir && meson install -C builddir
```
Restart your GNOME session and enable the extension: