diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-14 19:49:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-14 19:49:17 +0000 |
commit | 09a309304ed0ca5fda7c2e7df5b48536812c8e2d (patch) | |
tree | 6a703fc3ccd5cf2725fa0b10b779c8867d020d74 /packages/libsdl/libsdl-qpe-1.2.7/SDL-Akita.patch | |
parent | c841192bd7b5665bce645a62e8172669de74a016 (diff) |
libsql-qpe: move it to packages/obsolete.
The main reason for this is the thread on the mailinglist, the secondary reason is the the opie people decided to b0rk their patches so they don't apply anymore.
Diffstat (limited to 'packages/libsdl/libsdl-qpe-1.2.7/SDL-Akita.patch')
-rw-r--r-- | packages/libsdl/libsdl-qpe-1.2.7/SDL-Akita.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/packages/libsdl/libsdl-qpe-1.2.7/SDL-Akita.patch b/packages/libsdl/libsdl-qpe-1.2.7/SDL-Akita.patch deleted file mode 100644 index b47a127398..0000000000 --- a/packages/libsdl/libsdl-qpe-1.2.7/SDL-Akita.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- SDL-1.2.7/src/video/qtopia/SDL_sysvideo.cc.orig 2005-07-23 14:31:20.060123510 +0200 -+++ SDL-1.2.7/src/video/qtopia/SDL_sysvideo.cc 2005-07-23 14:38:49.000000000 +0200 -@@ -109,6 +109,7 @@ - MACHINE_SHARP_SLC760, - MACHINE_SHARP_SLC860, - MACHINE_SHARP_SL6000, -+ MACHINE_SHARP_SLC1000, - MACHINE_IPAQ, - MACHINE_MAX - } machine_t; -@@ -123,6 +124,7 @@ - { "Sharp", "SL-C760", 0 }, - { "Sharp", "SL-C860", 0 }, - { "Sharp", "SL-6000", 0 }, -+ { "Sharp", "SL-C1000", 0 }, - { "HP", "HP IPAQ", 0 }, - }; - -@@ -428,6 +430,8 @@ - machine = MACHINE_SHARP_SLC760; - else if (strstr(buf, "SHARP Boxer") != NULL) - machine = MACHINE_SHARP_SLC860; -+ else if (strstr(buf, "SHARP Akita") != NULL) -+ machine = MACHINE_SHARP_SLC1000; - else if ( ODevice::inst ( )-> series ( ) == Model_iPAQ ) - machine = MACHINE_IPAQ; - else -@@ -523,7 +527,8 @@ - machine == MACHINE_SHARP_SLC750 || - machine == MACHINE_SHARP_SLC760 || - machine == MACHINE_SHARP_SLC860 || // 詳しいことわからんけどとりあえず -- machine == MACHINE_SHARP_SL6000 ) { // 詳しいことわからんけどとりあえず -+ machine == MACHINE_SHARP_SL6000 || -+ machine == MACHINE_SHARP_SLC1000 ) { // 詳しいことわからんけどとりあえず - is_VGA_machine = true; - }else { - is_VGA_machine = false; |