diff options
Diffstat (limited to 'meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch')
| -rw-r--r-- | meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch b/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch index 745c561cc0..274ad501c0 100644 --- a/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch +++ b/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | Index: DirectFB-1.1.1/directfb-internal.pc.in | 1 | Upstream-Status: Inappropriate [configuration] |
| 2 | |||
| 3 | Index: DirectFB-1.4.11/directfb-internal.pc.in | ||
| 2 | =================================================================== | 4 | =================================================================== |
| 3 | --- DirectFB-1.1.1.orig/directfb-internal.pc.in 2007-08-07 21:43:00.000000000 +0200 | 5 | --- DirectFB-1.4.11.orig/directfb-internal.pc.in 2010-10-08 05:43:46.000000000 -0700 |
| 4 | +++ DirectFB-1.1.1/directfb-internal.pc.in 2008-07-17 21:00:47.424654304 +0200 | 6 | +++ DirectFB-1.4.11/directfb-internal.pc.in 2011-04-06 13:48:23.120923997 -0700 |
| 5 | @@ -2,10 +2,10 @@ | 7 | @@ -2,10 +2,10 @@ |
| 6 | exec_prefix=@exec_prefix@ | 8 | exec_prefix=@exec_prefix@ |
| 7 | moduledir=@MODULEDIR@ | 9 | moduledir=@MODULEDIR@ |
| @@ -15,30 +17,31 @@ Index: DirectFB-1.1.1/directfb-internal.pc.in | |||
| 15 | Requires: directfb = @VERSION@ | 17 | Requires: directfb = @VERSION@ |
| 16 | -Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@ | 18 | -Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@ |
| 17 | +Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir} | 19 | +Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir} |
| 18 | Index: DirectFB-1.1.1/directfb.pc.in | 20 | Index: DirectFB-1.4.11/directfb.pc.in |
| 19 | =================================================================== | 21 | =================================================================== |
| 20 | --- DirectFB-1.1.1.orig/directfb.pc.in 2007-12-15 16:23:16.000000000 +0100 | 22 | --- DirectFB-1.4.11.orig/directfb.pc.in 2010-11-15 13:13:59.000000000 -0800 |
| 21 | +++ DirectFB-1.1.1/directfb.pc.in 2008-07-17 20:59:58.044985193 +0200 | 23 | +++ DirectFB-1.4.11/directfb.pc.in 2011-04-06 14:09:33.528923998 -0700 |
| 22 | @@ -9,4 +9,4 @@ | 24 | @@ -9,4 +9,5 @@ |
| 23 | Requires: fusion direct | 25 | Requires: @DEP_VOODOO@ fusion direct |
| 24 | Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@ | 26 | Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@ |
| 25 | Libs.private: -L${libdir} @DYNLIB@ @ZLIB_LIBS@ | 27 | Libs.private: -L${libdir} @MEDIALIB@ @DYNLIB@ @ZLIB_LIBS@ |
| 26 | -Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ | 28 | -Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ |
| 27 | +Cflags: @THREADFLAGS@ -I${includedir}/directfb | 29 | +Cflags: @THREADFLAGS@ -I${includedir}/directfb |
| 28 | Index: DirectFB-1.1.1/lib/fusion/fusion.pc.in | 30 | + |
| 31 | Index: DirectFB-1.4.11/lib/fusion/fusion.pc.in | ||
| 29 | =================================================================== | 32 | =================================================================== |
| 30 | --- DirectFB-1.1.1.orig/lib/fusion/fusion.pc.in 2007-08-07 21:43:00.000000000 +0200 | 33 | --- DirectFB-1.4.11.orig/lib/fusion/fusion.pc.in 2010-10-08 05:43:46.000000000 -0700 |
| 31 | +++ DirectFB-1.1.1/lib/fusion/fusion.pc.in 2008-07-17 20:58:07.051338866 +0200 | 34 | +++ DirectFB-1.4.11/lib/fusion/fusion.pc.in 2011-04-06 13:48:23.120923997 -0700 |
| 32 | @@ -8,4 +8,4 @@ | 35 | @@ -8,4 +8,4 @@ |
| 33 | Version: @VERSION@ | 36 | Version: @VERSION@ |
| 34 | Requires: direct | 37 | Requires: direct |
| 35 | Libs: -L${libdir} -lfusion | 38 | Libs: -L${libdir} -lfusion |
| 36 | -Cflags: -I@INCLUDEDIR@ | 39 | -Cflags: -I@INCLUDEDIR@ |
| 37 | +Cflags: -I${includedir}/directfb -I${includedir} | 40 | +Cflags: -I${includedir}/directfb -I${includedir} |
| 38 | Index: DirectFB-1.1.1/lib/voodoo/voodoo.pc.in | 41 | Index: DirectFB-1.4.11/lib/voodoo/voodoo.pc.in |
| 39 | =================================================================== | 42 | =================================================================== |
| 40 | --- DirectFB-1.1.1.orig/lib/voodoo/voodoo.pc.in 2007-08-07 21:43:00.000000000 +0200 | 43 | --- DirectFB-1.4.11.orig/lib/voodoo/voodoo.pc.in 2010-10-08 05:43:46.000000000 -0700 |
| 41 | +++ DirectFB-1.1.1/lib/voodoo/voodoo.pc.in 2008-07-17 20:58:07.054671842 +0200 | 44 | +++ DirectFB-1.4.11/lib/voodoo/voodoo.pc.in 2011-04-06 13:48:23.120923997 -0700 |
| 42 | @@ -8,4 +8,4 @@ | 45 | @@ -8,4 +8,4 @@ |
| 43 | Version: @VERSION@ | 46 | Version: @VERSION@ |
| 44 | Requires: direct | 47 | Requires: direct |
