summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-26 19:03:27 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-26 19:03:27 +0100
commit2d3e411c7422e921dd04b64c009555051ec4ed52 (patch)
tree933e964406ccd74ad41d8dc04683e4f0043d8eb1
parent9b7bd78a8d102ebdde7bac350c2326cd370a88c8 (diff)
wxpython needs glu to build.
-rw-r--r--extra/wxpython/PKGBUILD2
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'