File: remove-dlopen.patch

package info (click to toggle)
rust-wayland-server-0.29 0.29.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 444 kB
  • sloc: xml: 2,530; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: wayland-server-0.29/Cargo.toml
===================================================================
--- wayland-server-0.29.orig/Cargo.toml
+++ wayland-server-0.29/Cargo.toml
@@ -69,10 +69,6 @@ version = "0.29.5"
 version = "0.29.5"
 
 [features]
-dlopen = [
-    "wayland-sys/dlopen",
-    "use_system_lib",
-]
 use_system_lib = [
     "wayland-sys/server",
     "lazy_static",