wok diff libsdl-image/receipt @ rev 4327

Fix: avidemux have shared libs (and no desktop file)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 30 00:57:40 2009 +0200 (2009-09-30)
parents a7b619564b2b
children b69d57bf0722
line diff
     1.1 --- a/libsdl-image/receipt	Mon May 25 01:12:33 2009 +0200
     1.2 +++ b/libsdl-image/receipt	Wed Sep 30 00:57:40 2009 +0200
     1.3 @@ -11,8 +11,8 @@
     1.4  WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
     1.5  WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL"
     1.6  
     1.7 -DEPENDS="libSDL libpng jpeg zlib"
     1.8 -BUILD_DEPENDS="libSDL libSDL-dev libpng-dev jpeg-dev tiff-dev zlib-dev"
     1.9 +DEPENDS="libsdl libpng jpeg zlib"
    1.10 +BUILD_DEPENDS="libsdl libsdl-dev libpng-dev jpeg-dev tiff-dev zlib-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()