From 490a9b9e49c4c61315f30720226e22545cf9f17c Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Fri, 19 Aug 2016 15:58:28 -0300 Subject: [PATCH] eeshow/: use webkit2gtk-4.0, not webkit2gtk-3.0 --- eeshow/Makefile | 4 ++-- eeshow/README | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eeshow/Makefile b/eeshow/Makefile index 4971c05..1153578 100644 --- a/eeshow/Makefile +++ b/eeshow/Makefile @@ -28,12 +28,12 @@ CFLAGS = -g -Wall -Wextra -Wno-unused-parameter -Wshadow \ `pkg-config --cflags cairo` \ `pkg-config --cflags libgit2` \ `pkg-config --cflags gtk+-3.0` \ - `pkg-config --cflags webkit2gtk-3.0` + `pkg-config --cflags webkit2gtk-4.0` LDLIBS = -lm \ `pkg-config --libs cairo` \ `pkg-config --libs libgit2` \ `pkg-config --libs gtk+-3.0` \ - `pkg-config --libs webkit2gtk-3.0` + `pkg-config --libs webkit2gtk-4.0` include ../common/Makefile.c-common diff --git a/eeshow/README b/eeshow/README index 08d2056..fa00a63 100644 --- a/eeshow/README +++ b/eeshow/README @@ -25,7 +25,7 @@ Prerequisites libcairo2-dev libgit2-dev libgtk-3-dev -ibwebkit2gtk-3.0-dev +ibwebkit2gtk-4.0-dev Development status