aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/directfb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-24 18:28:34 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-24 18:30:36 +0200
commite86bc83bc243626dff59f5c64659874290e00d3e (patch)
tree4cc22436d285c66e8b7ceb28e32e1101ef73d8ef /recipes/directfb
parent9b713a003c044ab152651408acbee8080cd5d007 (diff)
downloadopenembedded-e86bc83bc243626dff59f5c64659874290e00d3e.tar.gz
directfb: moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/directfb')
-rw-r--r--recipes/directfb/files/fix-includes.patch24
-rw-r--r--recipes/directfb/files/fix-pkgconfig-specs.patch50
2 files changed, 0 insertions, 74 deletions
diff --git a/recipes/directfb/files/fix-includes.patch b/recipes/directfb/files/fix-includes.patch
deleted file mode 100644
index 7b4a112582..0000000000
--- a/recipes/directfb/files/fix-includes.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# pkgconfig points to STAGING_INCDIR, hence
-# we need to make this a local include
-# or else it doesn't find its own header files
-#
-# Signed-Off: mickey@openmoko.org
-#
-Index: DirectFB-1.0.0/include/directfb.h
-===================================================================
---- DirectFB-1.0.0.orig/include/directfb.h
-+++ DirectFB-1.0.0/include/directfb.h
-@@ -29,10 +29,10 @@
- #ifndef __DIRECTFB_H__
- #define __DIRECTFB_H__
-
--#include <dfb_types.h>
-+#include "dfb_types.h"
- #include <sys/time.h> /* struct timeval */
-
--#include <directfb_keyboard.h>
-+#include "directfb_keyboard.h"
-
- #ifdef __cplusplus
- extern "C"
diff --git a/recipes/directfb/files/fix-pkgconfig-specs.patch b/recipes/directfb/files/fix-pkgconfig-specs.patch
deleted file mode 100644
index c252dc1792..0000000000
--- a/recipes/directfb/files/fix-pkgconfig-specs.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Index: DirectFB-1.0.0/directfb-internal.pc.in
-===================================================================
---- DirectFB-1.0.0.orig/directfb-internal.pc.in
-+++ DirectFB-1.0.0/directfb-internal.pc.in
-@@ -8,4 +8,4 @@ Name: DirectFB-Internal
- Description: Third party module support package for DirectFB.
- Version: @VERSION@
- Requires: directfb = @VERSION@
--Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@
-+Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir} -I${includedir}/../directfb
-Index: DirectFB-1.0.0/directfb.pc.in
-===================================================================
---- DirectFB-1.0.0.orig/directfb.pc.in
-+++ DirectFB-1.0.0/directfb.pc.in
-@@ -8,4 +8,4 @@ Description: Graphics and windowing libr
- Version: @VERSION@
- Requires: fusion direct
- Libs: -L${libdir} -ldirectfb @THREADLIB@ @DYNLIB@ @ZLIB_LIBS@ @OSX_LIBS@
--Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
-+Cflags: @THREADFLAGS@ -I${includedir}
-Index: DirectFB-1.0.0/lib/direct/direct.pc.in
-===================================================================
---- DirectFB-1.0.0.orig/lib/direct/direct.pc.in
-+++ DirectFB-1.0.0/lib/direct/direct.pc.in
-@@ -7,4 +7,4 @@ Name: Direct
- Description: DirectFB base development library
- Version: @VERSION@
- Libs: -L${libdir} -ldirect @THREADLIB@ @DYNLIB@
--Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
-+Cflags: @THREADFLAGS@ -I${includedir}
-Index: DirectFB-1.0.0/lib/fusion/fusion.pc.in
-===================================================================
---- DirectFB-1.0.0.orig/lib/fusion/fusion.pc.in
-+++ DirectFB-1.0.0/lib/fusion/fusion.pc.in
-@@ -8,4 +8,4 @@ Description: High Level IPC Mechanisms
- Version: @VERSION@
- Requires: direct
- Libs: -L${libdir} -lfusion
--Cflags: -I@INCLUDEDIR@
-+Cflags: -I${includedir}
-Index: DirectFB-1.0.0/lib/voodoo/voodoo.pc.in
-===================================================================
---- DirectFB-1.0.0.orig/lib/voodoo/voodoo.pc.in
-+++ DirectFB-1.0.0/lib/voodoo/voodoo.pc.in
-@@ -8,4 +8,4 @@ Description: Interface based network tra
- Version: @VERSION@
- Requires: direct
- Libs: -L${libdir} -lvoodoo
--Cflags: -I@INCLUDEDIR@
-+Cflags: -I${includedir}