diff options
| author | Klaus Reimer | 2011-05-01 23:41:34 +0200 | 
|---|---|---|
| committer | Klaus Reimer | 2011-05-01 23:48:23 +0200 | 
| commit | 1d1ee5c9793b96858d53c006c8448ffe288b100f (patch) | |
| tree | e65db0399521645ed8d7e5850a32486a6afeedc3 | |
| parent | 83cd8268ad1dfe399ab68b15ca2b83961d2ec192 (diff) | |
| download | scummvm-rg350-1d1ee5c9793b96858d53c006c8448ffe288b100f.tar.gz scummvm-rg350-1d1ee5c9793b96858d53c006c8448ffe288b100f.tar.bz2 scummvm-rg350-1d1ee5c9793b96858d53c006c8448ffe288b100f.zip | |
WEBOS: Added a default prefix and enforcing docdir, datadir and plugin directory.
| -rwxr-xr-x | configure | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -1138,6 +1138,10 @@ webos)  	_host_os=webos  	_host_cpu=arm  	_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)  	_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.  		DEFINES="$DEFINES -DPLUGIN_DIRECTORY=\\\"../plugins\\\""  		;; +	webos) +		DEFINES="$DEFINES -DPLUGIN_DIRECTORY=\\\"$libdir\\\"" +		;;  	*)  		DEFINES="$DEFINES -DPLUGIN_DIRECTORY=\\\"$libdir/scummvm\\\""  		;; | 
