diff options
| author | Zach DeCook <zachdecook@librem.one> | 2024-02-23 20:26:30 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2024-02-23 20:26:30 -0500 |
| commit | e8a82961623f994e3493a7e2e181986e81bb926e (patch) | |
| tree | 6cf1bfd90791a26824eff29ffbf97c99a06f2ed8 /Makefile | |
| parent | 128404996f697414e38e8ee2182a27c8670b347a (diff) | |
| download | shemuvi-e8a82961623f994e3493a7e2e181986e81bb926e.tar.gz | |
Application: switch to AdwApplication
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index de13188..13631bb 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ shemuvi: main.c - gcc $$( pkg-config --cflags gtk4 ) -o shemuvi main.c $$( pkg-config --libs gtk4 ) -lverovio + gcc $$( pkg-config --cflags gtk4 libadwaita-1) -o shemuvi main.c $$( pkg-config --libs gtk4 libadwaita-1) -lverovio |
