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
base: 71e0289f370b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 95dc08e9723b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 8, 2021

  1. intel-media-driver: Fix runtime issues due to the libX11 dependency

    X11 is an optional run-time and optional build-time dependency of iHD.
    A patchelf is required to join these two worlds together, and a lot of
    machines that'll run the intel-media-driver won't have X11 on them, so
    make it optional.
    
    Fix #73236.
    
    Co-Authored-By: Michael Weiss <dev.primeos@gmail.com>
    robashton and primeos committed Jan 8, 2021
    Copy the full SHA
    0e061a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73277 from robashton/master

    Initial stab at making X11 a configurable dependency of intel-media-drivers
    primeos committed Jan 8, 2021
    Copy the full SHA
    95dc08e View commit details
    Browse the repository at this point in the history