wok rev 12324

wxWidgets: Update depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 07:54:51 2012 +0000 (2012-04-19)
parents 7d5af230ec9b
children 64d92ecc9394
files wxWidgets/receipt
line diff
     1.1 --- a/wxWidgets/receipt	Thu Apr 19 07:52:22 2012 +0000
     1.2 +++ b/wxWidgets/receipt	Thu Apr 19 07:54:51 2012 +0000
     1.3 @@ -8,10 +8,11 @@
     1.4  DEPENDS="glib glibc-base gcc-lib-base libgio pkg-config expat zlib atk \
     1.5  gtk+ cairo fontconfig freetype jpeg libpng tiff pango pixman util-linux-ng-uuid \
     1.6  xorg-libSM xorg-libICE xorg-libX11 xorg-libXau xorg-libXcomposite \
     1.7 -xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \
     1.8 -xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXxf86vm"
     1.9 +xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext libglu-mesa \
    1.10 +xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXxf86vm mesa"
    1.11  BUILD_DEPENDS="pkg-config gtk+ gtk+-dev expat-dev zlib-dev \
    1.12 -xorg-dev xorg-xineramaproto patch"
    1.13 +xorg-dev xorg-xineramaproto libglu-mesa mesa-dev libpng-dev tiff-dev \
    1.14 +jpeg-dev xorg-libXpm-dev patch"
    1.15  SOURCE="wxPython"
    1.16  TARBALL="$SOURCE-src-$VERSION.tar.bz2"
    1.17  WEB_SITE="http://www.wxwidgets.org/"
    1.18 @@ -24,6 +25,11 @@
    1.19  	./configure \
    1.20  		--enable-shared \
    1.21  		--enable-unicode \
    1.22 +		--with-opengl \
    1.23 +		--with-libpng=sys \
    1.24 +		--with-libxpm=sys \
    1.25 +		--with-libjpeg=sys \
    1.26 +		--with-libtiff=sys \
    1.27  		$CONFIGURE_ARGS &&
    1.28  	make &&
    1.29  	make DESTDIR=$DESTDIR install &&