From 29c0bb4521e0082db3455b24bb5fa4f08df73697 Mon Sep 17 00:00:00 2001 From: amrein Date: Fri, 3 Apr 2020 10:10:18 +0000 Subject: [PATCH] Fix gtk+-3.0 requires git-svn-id: svn://ultimatepp.org/upp/trunk@14211 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/Scripts/domake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppbox/Scripts/domake b/uppbox/Scripts/domake index 297eff0b0..a10ad9c40 100755 --- a/uppbox/Scripts/domake +++ b/uppbox/Scripts/domake @@ -401,7 +401,7 @@ then then requires_libraries="x11 libnotify freetype2" else - requires_libraries="gtk+-2.0 x11 libnotify freetype2" + requires_libraries="gtk+-3.0 x11 libnotify freetype2" fi