]> git.pld-linux.org Git - packages/FusionSound.git/blob - FusionSound-leck.patch
- updated update patch, adjusted dfblibdir and dependencies for DirectFB 1.4.15
[packages/FusionSound.git] / FusionSound-leck.patch
1 --- FusionSound-1.1.1/examples/player.c.orig    2008-09-03 22:42:15.140987309 +0200
2 +++ FusionSound-1.1.1/examples/player.c 2008-09-03 22:49:13.700994013 +0200
3 @@ -5,10 +5,10 @@
4  #include <libgen.h>
5  #include <pthread.h>
6  
7 -#include <lite/label.h>
8 +#include <leck/label.h>
9  #include <lite/lite.h>
10 -#include <lite/slider.h>
11 -#include <lite/button.h>
12 +#include <leck/slider.h>
13 +#include <leck/button.h>
14  #include <lite/window.h>
15  
16  #include <fusionsound.h>
17 --- FusionSound-1.1.1/configure.in.orig 2008-09-03 22:42:15.084994013 +0200
18 +++ FusionSound-1.1.1/configure.in      2008-09-03 22:50:23.352984794 +0200
19 @@ -239,10 +239,10 @@
20  
21    AC_MSG_CHECKING(for LiTE)
22  
23 -  if $PKG_CONFIG --atleast-version $LITE_REQUIRED_VERSION lite ; then
24 +  if $PKG_CONFIG --atleast-version $LITE_REQUIRED_VERSION leck ; then
25      have_lite=yes
26 -    LITE_CFLAGS=`$PKG_CONFIG --cflags lite`
27 -    LITE_LIBS=`$PKG_CONFIG --libs lite`
28 +    LITE_CFLAGS=`$PKG_CONFIG --cflags lite leck`
29 +    LITE_LIBS=`$PKG_CONFIG --libs lite leck`
30      AC_MSG_RESULT(found)
31    else
32      AC_MSG_WARN([
This page took 0.145774 seconds and 3 git commands to generate.