| View previous topic :: View next topic |
| Author |
Message |
sashz
Joined: 23 Feb 2006 Posts: 33
|
|
| Back to top |
|
 |
futaris
Joined: 28 Dec 2005 Posts: 45
|
Posted: Tue Aug 21, 2007 10:57 pm Post subject: |
|
|
| Cool. Can someone please check this in? Useful for PSPVice, Dosbox, ScummVM/AGI, etc... |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Wed Aug 22, 2007 3:06 am Post subject: |
|
|
| I've added this to the repository. |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Wed Aug 22, 2007 6:29 am Post subject: |
|
|
This adds build dependencies to SDL, whereas before there were none.
Does it add any run-time dependencies as well? Is that really wanted in all cases?
At the very least, can you provide a patch for the README.PSP documentation that lists the build requirements and where to get them? |
|
| Back to top |
|
 |
sashz
Joined: 23 Feb 2006 Posts: 33
|
Posted: Wed Aug 22, 2007 7:19 am Post subject: |
|
|
It need install libpspirkeyb for build SDL with keyboard support. And i made new patch for keyboard configure option. Now for enable psp ir keyboard, use option --enable-pspirkeyb.
| Code: | | LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" ./configure --host psp --prefix=$(psp-config --psp-prefix) --enable-pspirkeyb |
By default it disabled and no additional libraries need.
Patch http://mail.pdaxrom.org/tmp/SDL-pspirkbd-config-option.diff |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Wed Aug 22, 2007 8:59 am Post subject: |
|
|
| I've added this latest patch to the repository. |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Wed Aug 22, 2007 1:34 pm Post subject: |
|
|
| Thanks, it should be a lot friendlier to people who are building existing projects now :) |
|
| Back to top |
|
 |
|