summarylogtreecommitdiffstats
path: root/0001-wlroots-needs-to-be-dynamic.patch
diff options
context:
space:
mode:
authorSolomon Choina2018-05-28 11:19:08 -0400
committerSolomon Choina2018-05-28 11:19:08 -0400
commit9de7e15773a6393e3f4c09e08f5002ae9b68e7e1 (patch)
tree1a8ed9c581b117026e5faab80515aaf69e561f05 /0001-wlroots-needs-to-be-dynamic.patch
parentb6e1d0c08f5affb80c83f923db0283df9d56279d (diff)
downloadaur-9de7e15773a6393e3f4c09e08f5002ae9b68e7e1.tar.gz
porting to wlroots, not really building as of current?
Diffstat (limited to '0001-wlroots-needs-to-be-dynamic.patch')
-rw-r--r--0001-wlroots-needs-to-be-dynamic.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0001-wlroots-needs-to-be-dynamic.patch b/0001-wlroots-needs-to-be-dynamic.patch
new file mode 100644
index 000000000000..19e491cab69c
--- /dev/null
+++ b/0001-wlroots-needs-to-be-dynamic.patch
@@ -0,0 +1,26 @@
+From cc25acbeb948fddf640abcd2ba40698ec0d17152 Mon Sep 17 00:00:00 2001
+From: Solomon Choina <shlomochoina@gmail.com>
+Date: Thu, 24 May 2018 10:02:30 -0400
+Subject: [PATCH] wlroots needs to be dynamic
+
+---
+ Cargo.toml | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 930b0b8..8e55767 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -35,8 +35,7 @@ tempfile = "2"
+ gl_generator = "0.5.0"
+
+ [features]
+-default = ["static", "libcap", "systemd", "elogind"]
+-static = ["wlroots-sys/static"]
++default = ["libcap", "systemd", "elogind"]
+ libcap = ["wlroots-sys/libcap"]
+ systemd = ["wlroots-sys/systemd"]
+ elogind = ["wlroots-sys/elogind"]
+--
+2.17.0
+