File: gate-present-feature-on-dri3.patch

package info (click to toggle)
rust-x11rb-protocol 0.13.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,872 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Cargo.toml b/Cargo.toml
index 8947969..e6b4fd7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -88,6 +88,7 @@ present = [
     "randr",
     "xfixes",
     "sync",
+    "dri3",
 ]
 randr = ["render"]
 record = []