Skip to content

Commit

Permalink
Merge pull request #945 from alexanderkjall/present-feature-requires-…
Browse files Browse the repository at this point in the history
…dri3

the present feature seems to require dri3
  • Loading branch information
mergify[bot] authored Nov 5, 2024
2 parents 2a0d3e6 + d2bc2c3 commit aafb75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11rb-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dpms = []
dri2 = []
dri3 = []
glx = []
present = ["randr", "xfixes", "sync"]
present = ["randr", "xfixes", "sync", "dri3"]
randr = ["render"]
record = []
render = []
Expand Down

0 comments on commit aafb75a

Please sign in to comment.