diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2012-10-15 00:44:34 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2012-10-15 00:44:50 +0200 |
commit | 44d7f3e5c938b0f8672abbb6290fd5906fe79de8 (patch) | |
tree | adbbf966dd5fb6f8c1e56663b82dea5b683b8395 /cairo | |
parent | f6216e656e7fd27c019fec4dd3bb6715a2b9529c (diff) | |
download | opt-44d7f3e5c938b0f8672abbb6290fd5906fe79de8.tar.gz opt-44d7f3e5c938b0f8672abbb6290fd5906fe79de8.tar.xz |
cairo: added missing xorg-libxext dep. thanks to krue
Diffstat (limited to 'cairo')
-rw-r--r-- | cairo/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo/Pkgfile b/cairo/Pkgfile index 5cd2fc69f..2b2fdadce 100644 --- a/cairo/Pkgfile +++ b/cairo/Pkgfile @@ -1,7 +1,7 @@ # Description: A 2D graphics library with support for multiple output devices # URL: http://www.cairographics.org/ # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu -# Depends on: fontconfig, libpng, xorg-libxrender, xorg-libpixman, xorg-xcb-util, glib +# Depends on: fontconfig, libpng, xorg-libxext, xorg-libxrender, xorg-libpixman, xorg-xcb-util, glib name=cairo version=1.12.4 |