Update webkit2gtk

This commit is contained in:
Tracker-Friendly 2024-02-14 19:35:47 +00:00
parent 058f976b5a
commit 3f8d838e16
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ CC = gcc
CFLAGS = -Wall -Wextra -g CFLAGS = -Wall -Wextra -g
PKG_CONFIG = pkg-config PKG_CONFIG = pkg-config
GTK_LIBS = $(shell $(PKG_CONFIG) --libs gtk+-3.0) GTK_LIBS = $(shell $(PKG_CONFIG) --libs gtk+-3.0)
WEBKIT_LIBS = $(shell $(PKG_CONFIG) --libs webkit2gtk-4.0) WEBKIT_LIBS = $(shell $(PKG_CONFIG) --libs webkit2gtk-4.1
LIBS = $(GTK_LIBS) $(WEBKIT_LIBS) LIBS = $(GTK_LIBS) $(WEBKIT_LIBS)
INCLUDES = $(shell $(PKG_CONFIG) --cflags gtk+-3.0 webkit2gtk-4.0) INCLUDES = $(shell $(PKG_CONFIG) --cflags gtk+-3.0 webkit2gtk-4.1
SRCS = pageburger.c SRCS = pageburger.c
OBJS = $(SRCS:.c=.o) OBJS = $(SRCS:.c=.o)

View File

@ -12,7 +12,7 @@
{ {
"type": "git", "type": "git",
"url": "https://centrifuge.hectabit.org/HectaBit/PageBurger-App.git", "url": "https://centrifuge.hectabit.org/HectaBit/PageBurger-App.git",
"branch": "master" "branch": "main"
} }
], ],
"build-commands": [ "build-commands": [