diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # Copyright (c) 2026 Arslaan Pathan # This software is licensed under the ARPL. See LICENSE for details. CC = clang -CFLAGS = -std=gnu17 `pkg-config --cflags webkit2gtk-4.1 gtk+-3.0` -Wno-deprecated-declarations -LIBS = `pkg-config --libs webkit2gtk-4.1 gtk+-3.0` +CFLAGS = -std=gnu17 `pkg-config --cflags webkit2gtk-4.1 gtk+-3.0 gdk-pixbuf-2.0` -Wno-deprecated-declarations +LIBS = `pkg-config --libs webkit2gtk-4.1 gtk+-3.0 gdk-pixbuf-2.0` TARGET = cinnamon SRC = main.c PREFIX = /usr/local |
