diff graphics/gtk2/gtk2.sh @ 1094:3dece1f7570b

vanilla: add many ghost dependencies
author David Demelier <markand@malikania.fr>
date Mon, 09 Sep 2019 21:10:00 +0200
parents ddab65a5b3f5
children 45782f6e6eb4
line wrap: on
line diff
--- a/graphics/gtk2/gtk2.sh	Mon Sep 09 21:05:00 2019 +0200
+++ b/graphics/gtk2/gtk2.sh	Mon Sep 09 21:10:00 2019 +0200
@@ -22,9 +22,10 @@
 PKGSUMMARY="multiplatform toolkit"
 PKGDOWNLOAD="https://download.gnome.org/sources/gtk+/2.24/gtk+-$PKGVERSION.tar.xz"
 PKGDEPENDS="atk
+            cairo
             fontconfig
+            freetype
             gdk-pixbuf
-            pango
             glib
             libx11
             libxcomposite
@@ -34,7 +35,9 @@
             libxfixes
             libxi
             libxinerama
-            libxrandr"
+            libxrandr
+            libxrender
+            pango"
 PKGOPTIONS="CUPS NLS"
 
 : ${CC:=clang}