diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-26 19:03:27 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-26 19:03:27 +0100 |
commit | 2d3e411c7422e921dd04b64c009555051ec4ed52 (patch) | |
tree | 933e964406ccd74ad41d8dc04683e4f0043d8eb1 /extra/wxpython/PKGBUILD | |
parent | 9b7bd78a8d102ebdde7bac350c2326cd370a88c8 (diff) |
wxpython needs glu to build.
Diffstat (limited to 'extra/wxpython/PKGBUILD')
-rw-r--r-- | extra/wxpython/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/wxpython/PKGBUILD b/extra/wxpython/PKGBUILD index 5e38243e4..654516144 100644 --- a/extra/wxpython/PKGBUILD +++ b/extra/wxpython/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64' 'mips64el') license=('custom:wxWindows') url="http://www.wxpython.org" depends=('wxgtk' 'python2') -makedepends=('mesa') +makedepends=('mesa' 'glu') source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2 wxpython-cairo.patch wxpython-fpb_default_style.patch) sha1sums=('05688dc03d61631750f5904273122bb40a2115f5' |