wok-next diff freeglut/receipt @ rev 1706

get-google-earth: fix path & install depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 14 09:54:42 2008 +0000 (2008-11-14)
parents 03a799424aaa
children 67356fcbb83e
line diff
     1.1 --- a/freeglut/receipt	Fri Sep 26 09:21:16 2008 +0000
     1.2 +++ b/freeglut/receipt	Fri Nov 14 09:54:42 2008 +0000
     1.3 @@ -12,8 +12,8 @@
     1.4  # DEPENDS does not include mesa because libGL
     1.5  # might already be provided by a driver, and we do
     1.6  # not want mesa to clobber libGL
     1.7 -DEPENDS="xorg"
     1.8 -BUILD_DEPENDS="xorg-dev xorg-dev-proto mesa-dev"
     1.9 +DEPENDS="xorg mesa"
    1.10 +BUILD_DEPENDS="xorg-dev xorg-dev-proto mesa-dev mesa"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()