WEBOS: Added a default prefix and enforcing docdir, datadir and plugin directory.
This commit is contained in:
parent
83cd8268ad
commit
1d1ee5c979
1 changed files with 7 additions and 0 deletions
7
configure
vendored
7
configure
vendored
|
@ -1138,6 +1138,10 @@ webos)
|
||||||
_host_os=webos
|
_host_os=webos
|
||||||
_host_cpu=arm
|
_host_cpu=arm
|
||||||
_host_alias=arm-none-linux-gnueabi
|
_host_alias=arm-none-linux-gnueabi
|
||||||
|
test "x$prefix" = xNONE && prefix=/media/cryptofs/apps/usr/palm/applications/org.scummvm.scummvm
|
||||||
|
datarootdir='${prefix}/data'
|
||||||
|
datadir='${datarootdir}'
|
||||||
|
docdir='${prefix}/doc'
|
||||||
;;
|
;;
|
||||||
wii)
|
wii)
|
||||||
_host_os=wii
|
_host_os=wii
|
||||||
|
@ -2928,6 +2932,9 @@ case $_backend in
|
||||||
# Add ../plugins as a path so plugins can be found when running from a .PND.
|
# Add ../plugins as a path so plugins can be found when running from a .PND.
|
||||||
DEFINES="$DEFINES -DPLUGIN_DIRECTORY=\\\"../plugins\\\""
|
DEFINES="$DEFINES -DPLUGIN_DIRECTORY=\\\"../plugins\\\""
|
||||||
;;
|
;;
|
||||||
|
webos)
|
||||||
|
DEFINES="$DEFINES -DPLUGIN_DIRECTORY=\\\"$libdir\\\""
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
DEFINES="$DEFINES -DPLUGIN_DIRECTORY=\\\"$libdir/scummvm\\\""
|
DEFINES="$DEFINES -DPLUGIN_DIRECTORY=\\\"$libdir/scummvm\\\""
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue