diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 11:40:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 12:02:34 +0100 |
commit | 156f6d3dc264c26f743a4359e4d40181a79ba038 (patch) | |
tree | 9dd3f8be261acb0a02cbc901d1cd70583351f93b /recipes-graphics/directfb/files/fix-pkgconfig-cflags.patch | |
parent | d178c04eb55df22f13efb5e5f8677e33fd26a83c (diff) | |
download | meta-openembedded-156f6d3dc264c26f743a4359e4d40181a79ba038.tar.gz |
directfb from OE
Diffstat (limited to 'recipes-graphics/directfb/files/fix-pkgconfig-cflags.patch')
-rw-r--r-- | recipes-graphics/directfb/files/fix-pkgconfig-cflags.patch | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/recipes-graphics/directfb/files/fix-pkgconfig-cflags.patch b/recipes-graphics/directfb/files/fix-pkgconfig-cflags.patch new file mode 100644 index 0000000000..ddaa276fcd --- /dev/null +++ b/recipes-graphics/directfb/files/fix-pkgconfig-cflags.patch | |||
@@ -0,0 +1,45 @@ | |||
1 | diff -ur DirectFB-1.0.0~org/directfb-internal.pc.in DirectFB-1.0.0/directfb-internal.pc.in | ||
2 | --- DirectFB-1.0.0~org/directfb-internal.pc.in 2003-07-04 13:30:22.000000000 -0400 | ||
3 | +++ DirectFB-1.0.0/directfb-internal.pc.in 2007-03-16 22:34:17.000000000 -0400 | ||
4 | @@ -8,4 +8,4 @@ | ||
5 | Description: Third party module support package for DirectFB. | ||
6 | Version: @VERSION@ | ||
7 | Requires: directfb = @VERSION@ | ||
8 | -Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@ | ||
9 | +Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir} | ||
10 | diff -ur DirectFB-1.0.0~org/directfb.pc.in DirectFB-1.0.0/directfb.pc.in | ||
11 | --- DirectFB-1.0.0~org/directfb.pc.in 2004-08-04 12:28:20.000000000 -0400 | ||
12 | +++ DirectFB-1.0.0/directfb.pc.in 2007-03-16 22:31:33.000000000 -0400 | ||
13 | @@ -8,4 +8,4 @@ | ||
14 | Version: @VERSION@ | ||
15 | Requires: fusion direct | ||
16 | Libs: -L${libdir} -ldirectfb @THREADLIB@ @DYNLIB@ @ZLIB_LIBS@ @OSX_LIBS@ | ||
17 | -Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ | ||
18 | +Cflags: @THREADFLAGS@ -I${includedir}/directfb -I${includedir} | ||
19 | diff -ur DirectFB-1.0.0~org/lib/direct/direct.pc.in DirectFB-1.0.0/lib/direct/direct.pc.in | ||
20 | --- DirectFB-1.0.0~org/lib/direct/direct.pc.in 2005-11-23 09:18:59.000000000 -0500 | ||
21 | +++ DirectFB-1.0.0/lib/direct/direct.pc.in 2007-03-16 22:32:13.000000000 -0400 | ||
22 | @@ -7,4 +7,4 @@ | ||
23 | Description: DirectFB base development library | ||
24 | Version: @VERSION@ | ||
25 | Libs: -L${libdir} -ldirect @THREADLIB@ @DYNLIB@ | ||
26 | -Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ | ||
27 | +Cflags: @THREADFLAGS@ -I${includedir}/directfb -I${includedir} | ||
28 | diff -ur DirectFB-1.0.0~org/lib/fusion/fusion.pc.in DirectFB-1.0.0/lib/fusion/fusion.pc.in | ||
29 | --- DirectFB-1.0.0~org/lib/fusion/fusion.pc.in 2004-05-19 07:30:56.000000000 -0400 | ||
30 | +++ DirectFB-1.0.0/lib/fusion/fusion.pc.in 2007-03-16 22:32:34.000000000 -0400 | ||
31 | @@ -8,4 +8,4 @@ | ||
32 | Version: @VERSION@ | ||
33 | Requires: direct | ||
34 | Libs: -L${libdir} -lfusion | ||
35 | -Cflags: -I@INCLUDEDIR@ | ||
36 | +Cflags: -I${includedir}/directfb -I${includedir} | ||
37 | diff -ur DirectFB-1.0.0~org/lib/voodoo/voodoo.pc.in DirectFB-1.0.0/lib/voodoo/voodoo.pc.in | ||
38 | --- DirectFB-1.0.0~org/lib/voodoo/voodoo.pc.in 2004-05-19 07:31:28.000000000 -0400 | ||
39 | +++ DirectFB-1.0.0/lib/voodoo/voodoo.pc.in 2007-03-16 22:32:55.000000000 -0400 | ||
40 | @@ -8,4 +8,4 @@ | ||
41 | Version: @VERSION@ | ||
42 | Requires: direct | ||
43 | Libs: -L${libdir} -lvoodoo | ||
44 | -Cflags: -I@INCLUDEDIR@ | ||
45 | +Cflags: -I${includedir}/directfb -I${includedir} | ||