diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-02-01 18:13:23 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-02-01 18:13:23 +0100 |
commit | 591789d5565e479d67d98f5675b8fb3ee4a47625 (patch) | |
tree | edcc6cefa07b7ee7d47dcd909162300907d57a73 /recipes-graphics/directfb/files/use_limits_h.patch | |
parent | a85810d49a4fce4230eb632cf9101a8a7c4591d4 (diff) | |
download | meta-openembedded-591789d5565e479d67d98f5675b8fb3ee4a47625.tar.gz |
directfb is in the core layer now, so drop from this one
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-graphics/directfb/files/use_limits_h.patch')
-rw-r--r-- | recipes-graphics/directfb/files/use_limits_h.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-graphics/directfb/files/use_limits_h.patch b/recipes-graphics/directfb/files/use_limits_h.patch deleted file mode 100644 index 327cd7a163..0000000000 --- a/recipes-graphics/directfb/files/use_limits_h.patch +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | --- FusionSound-1.0.0.orig/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_cdda.c | ||
2 | +++ FusionSound-1.0.0/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_cdda.c | ||
3 | @@ -109,6 +109,7 @@ typedef struct { | ||
4 | |||
5 | #if defined(__linux__) | ||
6 | |||
7 | +#include <limits.h> | ||
8 | #include <linux/cdrom.h> | ||
9 | |||
10 | static DFBResult | ||