drop enable-features flag, not needed, makes things more complicated

This commit is contained in:
Tom spot Callaway 2021-12-27 11:56:30 -05:00
parent 7ac8cdd3f0
commit 19df435c6d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ CHROMIUM_DISTRO_FLAGS=" --enable-plugins \
# This provides a much better experience on Wayland.
if [ "$XDG_SESSION_TYPE" == "wayland" ] || [[ $WAYLAND_DISPLAY ]] ; then
CHROMIUM_DISTRO_FLAGS="--enable-features=UseOzonePlatform --ozone-platform=wayland $CHROMIUM_DISTRO_FLAGS"
CHROMIUM_DISTRO_FLAGS="--ozone-platform=wayland $CHROMIUM_DISTRO_FLAGS"
fi
if [ -f "$HERE/PepperFlash/libpepflashplayer.so" ] && [ -f "$HERE/PepperFlash/manifest.json" ] ; then