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

epel8
Tom spot Callaway 3 years ago
parent 7ac8cdd3f0
commit 19df435c6d

@ -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

Loading…
Cancel
Save