aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-12 13:37:28 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-12 13:37:28 -0300
commit3bf48009d117970527317cbd01750fa0ab340ba6 (patch)
tree582f0243ccf4a64a2ac4f05891586e4b009139bd /makefile
parent79ff9e86f5aad068ea77655760dd922c5d3f8807 (diff)
update webkit dep to 4.1 in makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9eba7f1..14ff906 100644
--- a/makefile
+++ b/makefile
@@ -7,7 +7,7 @@ OPTIMIZED_SOME=-O3
OPTIMIZED_MORE=-Ofast -march=native -funit-at-a-time -flto # binary will not be compatible with other computers, but may be much faster
# Dependencies
-DEPS='webkit2gtk-4.0'
+DEPS='webkit2gtk-4.1'
INCS=`pkg-config --cflags ${DEPS}`
LIBS=`pkg-config --libs ${DEPS}`