aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-04-11 21:32:20 +1200
committerArslaan Pathan <[email protected]>2026-04-11 21:32:20 +1200
commit94a741c456b73ac44615406ad55069ee9d02d77f (patch)
treedfc94a5403dcd84781c0332239d6ac0290f73f05 /Makefile
parent082ffb7c0e1985e2f0e5165b130dd0a809bd83df (diff)
downloadcinnamon-browser-94a741c456b73ac44615406ad55069ee9d02d77f.tar.xz
cinnamon-browser-94a741c456b73ac44615406ad55069ee9d02d77f.zip
Favicons, yay!
finally, i might daily drive cinnamon now!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 37b0149..1bbb302 100644
--- a/Makefile
+++ b/Makefile
@@ -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