Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ab0607e3374e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d5bb88418f7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 27, 2020

  1. chromium: Enable Ozone's DRM/GBM platform [0]

    We've only set ozone_platform_gbm=false to fix the build with Mesa's
    libgbm (vs. Google's own minigbm). However, since this issue has
    resolved itself we can now drop it. Building with the recommended
    settings should also avoid some issues (e.g. #104885).
    
    [0]: https://chromium.googlesource.com/chromium/src.git/+/master/docs/ozone_overview.md#drm_gbm
    primeos committed Nov 27, 2020
    1
    Copy the full SHA
    2d5bb88 View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 pkgs/applications/networking/browsers/chromium/common.nix
1 change: 0 additions & 1 deletion pkgs/applications/networking/browsers/chromium/common.nix
Original file line number Diff line number Diff line change
@@ -263,7 +263,6 @@ let
link_pulseaudio = true;
} // optionalAttrs useOzone {
use_ozone = true;
ozone_platform_gbm = false;
use_xkbcommon = true;
use_glib = true;
use_gtk = true;