blob: 75fd733c44274eea9ab1f71f61ac83560c62a82f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- config.mk.orig 2024-03-25 05:36:59 UTC
+++ config.mk
@@ -98,10 +98,10 @@ PKGS += gthread-2.0
# Packages required to build luakit.
PKGS += gtk+-3.0
PKGS += gthread-2.0
-PKGS += webkit2gtk-4.1
+PKGS += webkit2gtk-4.0
PKGS += sqlite3
PKGS += $(LUA_PKG_NAME)
-PKGS += javascriptcoregtk-4.1
+PKGS += javascriptcoregtk-4.0
# Check user has correct packages installed (and found by pkg-config).
PKGS_OK := $(shell $(PKG_CONFIG) --print-errors --exists $(PKGS) && echo 1)
|