fusionsound: fixed pkgconfig issues
authorShane Volpe <shanevolpe@gmail.com>
Tue, 19 Aug 2008 16:22:50 +0000 (16:22 +0000)
committerShane Volpe <shanevolpe@gmail.com>
Tue, 19 Aug 2008 16:22:50 +0000 (16:22 +0000)
packages/directfb/fusionsound-1.1.0+git20070709/.mtn2git_empty [new file with mode: 0644]
packages/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch [new file with mode: 0644]
packages/directfb/fusionsound_1.1.0+git20070709.bb

diff --git a/packages/directfb/fusionsound-1.1.0+git20070709/.mtn2git_empty b/packages/directfb/fusionsound-1.1.0+git20070709/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch b/packages/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch
new file mode 100644 (file)
index 0000000..0eb4c75
--- /dev/null
@@ -0,0 +1,23 @@
+--- git/fusionsound.pc.in~org  2008-08-19 11:04:27.000000000 -0400
++++ git/fusionsound.pc.in      2008-08-19 11:06:20.000000000 -0400
+@@ -8,4 +8,4 @@
+ Description: Multi application sound streaming and mixing
+ Version: @VERSION@
+ Libs: -L${libdir} -lfusionsound
+-Cflags: -I@INCLUDEDIR@
++Cflags: -I${includedir}/fusionsound
+--- git/fusionsound-internal.pc.in~org 2008-08-19 11:11:57.000000000 -0400
++++ git/fusionsound-internal.pc.in     2008-08-19 11:08:31.000000000 -0400
+@@ -1,10 +1,10 @@
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ moduledir=@MODULEDIR@
+-includedir=@INTERNALINCLUDEDIR@
++includedir=@includedir@
+ Name: FusionSound-Internal
+ Description: Third party module support package for FusionSound.
+ Version: @VERSION@
+ Requires: fusionsound = @VERSION@
+-Cflags: -I@INTERNALINCLUDEDIR@
++Cflags: -I${includedir}/fusionsound -I${includedir}
index 358cfa8..dda1de5 100644 (file)
@@ -2,10 +2,11 @@ DESCRIPTION = "FusionSound for DirectFB"
 DEPENDS = "directfb"
 SECTION = "libs"
 LICENSE = "LGPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "git://git.directfb.org/git/directfb/core/FusionSound;protocol=git;tag=0b2162b570c8314fd1240b08d6ab4a8d074ccf37 \
           file://fix-pkgconfig-cflags.patch;patch=1 \
+          file://use_limits_h.patch;patch=1 \
 "
 
 S = "${WORKDIR}/git"