File: remove-dlopen.diff

package info (click to toggle)
rust-wayland-sys 0.31.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- wayland-sys.orig/Cargo.toml
+++ wayland-sys/Cargo.toml
@@ -41,7 +41,6 @@ client = [
     "dep:log",
 ]
 cursor = ["client"]
-dlopen = ["once_cell"]
 egl = ["client"]
 server = [
     "libc",