MAEMO: Fix compile error when using Maemo 5 SDK
Thanks NerdKnight
(cherry picked from commit ba9eb8bffd
)
This commit is contained in:
parent
523f4af080
commit
864a751b17
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -2266,6 +2266,7 @@ if test -n "$_host"; then
|
|||
CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
|
||||
INCLUDES="$INCLUDES -I/usr/X11R6/include"
|
||||
LIBS="$LIBS -lpthread"
|
||||
LIBS="$LIBS -lX11"
|
||||
LIBS="$LIBS -L/usr/lib"
|
||||
|
||||
_backend="maemo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue