mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Pandora port: Fix SDL detection, pkg-config is not supported
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29579 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7cac18f94b
commit
0f440d108d
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -625,8 +625,8 @@ pandoracc () {
|
||||||
prefixtools "$PNDSDK/bin/arm-angstrom-linux-gnueabi-"
|
prefixtools "$PNDSDK/bin/arm-angstrom-linux-gnueabi-"
|
||||||
|
|
||||||
# Detect SDL
|
# Detect SDL
|
||||||
GCCOPTS="$GCCOPTS `$PKG_CONFIG --cflags sdl`"
|
GCCOPTS="$GCCOPTS `$PNDSDK/bin/sdl-config --cflags`"
|
||||||
LDOPTS="$LDOPTS `$PKG_CONFIG --libs sdl`"
|
LDOPTS="$LDOPTS `$PNDSDK/bin/sdl-config --libs`"
|
||||||
|
|
||||||
# Compiler options
|
# Compiler options
|
||||||
GCCOPTS="$GCCOPTS -O2 -fno-strict-aliasing"
|
GCCOPTS="$GCCOPTS -O2 -fno-strict-aliasing"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue