wok diff freeglut/receipt @ rev 3142

Add: xorg-cf-files
author Matthew Sheets <rcx@zoominternet.net>
date Thu May 21 09:45:14 2009 +0000 (2009-05-21)
parents 67356fcbb83e
children 2db429fb192c
line diff
     1.1 --- a/freeglut/receipt	Wed Jan 26 00:55:11 2005 +0000
     1.2 +++ b/freeglut/receipt	Thu May 21 09:45:14 2009 +0000
     1.3 @@ -5,16 +5,12 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="OpenGL utility toolkit."
     1.6  MAINTAINER="b1+slitaz@nagel.org"
     1.7 +DEPENDS="xorg libgl libglu"
     1.8 +BUILD_DEPENDS="xorg-dev xorg-dev-proto mesa-dev mesa"
     1.9  TARBALL="freeglut-$VERSION.tar.gz"
    1.10  WEB_SITE="http://freeglut.sourceforge.net/"
    1.11  WGET_URL="http://internap.dl.sourceforge.net/sourceforge/$PACKAGE/$TARBALL"
    1.12  
    1.13 -# DEPENDS does not include mesa because libGL
    1.14 -# might already be provided by a driver, and we do
    1.15 -# not want mesa to clobber libGL
    1.16 -DEPENDS="xorg mesa"
    1.17 -BUILD_DEPENDS="xorg-dev xorg-dev-proto mesa-dev mesa"
    1.18 -
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {