task-base: make it possible for a distro to set it's alsa-state provider
[openembedded.git] / recipes / directfb / fusionsound-1.1.0+git20070709 / fix-pkgconfig-cflags.patch
blob0eb4c7519a393d3e5cdb30513deeb6d94783e2b2
1 --- git/fusionsound.pc.in~org 2008-08-19 11:04:27.000000000 -0400
2 +++ git/fusionsound.pc.in 2008-08-19 11:06:20.000000000 -0400
3 @@ -8,4 +8,4 @@
4 Description: Multi application sound streaming and mixing
5 Version: @VERSION@
6 Libs: -L${libdir} -lfusionsound
7 -Cflags: -I@INCLUDEDIR@
8 +Cflags: -I${includedir}/fusionsound
9 --- git/fusionsound-internal.pc.in~org 2008-08-19 11:11:57.000000000 -0400
10 +++ git/fusionsound-internal.pc.in 2008-08-19 11:08:31.000000000 -0400
11 @@ -1,10 +1,10 @@
12 prefix=@prefix@
13 exec_prefix=@exec_prefix@
14 moduledir=@MODULEDIR@
15 -includedir=@INTERNALINCLUDEDIR@
16 +includedir=@includedir@
18 Name: FusionSound-Internal
19 Description: Third party module support package for FusionSound.
20 Version: @VERSION@
21 Requires: fusionsound = @VERSION@
22 -Cflags: -I@INTERNALINCLUDEDIR@
23 +Cflags: -I${includedir}/fusionsound -I${includedir}