X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/ad87eb2d500130155c50f04feebc30055998f7dd..f4591afdfeccc8c20e065367f3b890a8c2c223ce:/scripts/generate-props.sh diff --git a/scripts/generate-props.sh b/scripts/generate-props.sh index 07ef734..570ad5b 100755 --- a/scripts/generate-props.sh +++ b/scripts/generate-props.sh @@ -27,6 +27,8 @@ echo $HAL_PROP GRALLOC=$(find_hal gralloc) if [ -z $GRALLOC ]; then GRALLOC="gbm" + EGL_PROP="ro.hardware.egl=mesa" + CCODEC_PROP="debug.stagefright.ccodec=0" fi GRALLOC_PROP="ro.hardware.gralloc=${GRALLOC}" @@ -79,8 +81,6 @@ if [ ! -z $XDG_RUNTIME_DIR ]; then XDG_PROP="anbox.xdg_runtime_dir=${XDG_RUNTIME_DIR}" fi -#TODO: Do Not force wayland display 1 -WAYLAND_DISPLAY="wayland-1" if [ ! -z $WAYLAND_DISPLAY ]; then WAYLAND_DISP_PROP="anbox.wayland_display=${WAYLAND_DISPLAY}" fi