From 3f8d838e1614fc6fcc5636d99c2a48d2a07bb1b0 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Wed, 14 Feb 2024 19:35:47 +0000 Subject: [PATCH] Update webkit2gtk --- Makefile | 4 ++-- org.hectabit.Pageburger.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f261938..f405fad 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ CC = gcc CFLAGS = -Wall -Wextra -g PKG_CONFIG = pkg-config 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) -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 OBJS = $(SRCS:.c=.o) diff --git a/org.hectabit.Pageburger.json b/org.hectabit.Pageburger.json index 365c962..925f520 100644 --- a/org.hectabit.Pageburger.json +++ b/org.hectabit.Pageburger.json @@ -12,7 +12,7 @@ { "type": "git", "url": "https://centrifuge.hectabit.org/HectaBit/PageBurger-App.git", - "branch": "master" + "branch": "main" } ], "build-commands": [