diff options
-rw-r--r-- | glitz/Pkgfile | 2 | ||||
-rw-r--r-- | gtk/Pkgfile | 2 | ||||
-rw-r--r-- | pango/Pkgfile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/glitz/Pkgfile b/glitz/Pkgfile index 05675b35d..4a49f79bc 100644 --- a/glitz/Pkgfile +++ b/glitz/Pkgfile @@ -1,7 +1,7 @@ # Description: An OpenGL image compositing library # URL: http://www.freedesktop.org/Software/glitz # Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: x11 +# Depends on: mesa3d name=glitz version=0.5.6 diff --git a/gtk/Pkgfile b/gtk/Pkgfile index 9fe17866c..e4368573d 100644 --- a/gtk/Pkgfile +++ b/gtk/Pkgfile @@ -1,7 +1,7 @@ # Description: A multi-platform toolkit for creating graphical user interfaces # URL: http://www.gtk.org/ # Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: atk, pango, libtiff, hicolor-icon-theme +# Depends on: atk, hicolor-icon-theme, libtiff, pango, xorg-libsm, xorg-libxcursor, xorg-libxinerama, xorg-libxrandr name=gtk version=2.10.9 diff --git a/pango/Pkgfile b/pango/Pkgfile index 8748daaa7..7c4cf17b2 100644 --- a/pango/Pkgfile +++ b/pango/Pkgfile @@ -1,7 +1,7 @@ # Description: A library for layout and rendering of text # URL: http://www.gtk.org/ # Maintainer: Matt Housh, jaeger at crux dot nu -# Depends on: x11, freetype, fontconfig, cairo +# Depends on: cairo, glib, xorg-libsm, xorg-libxext, xorg-libxft name=pango version=1.14.8 |