summarylogtreecommitdiffstats
path: root/0001-Fix-build-with-vala-0.42.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Fix-build-with-vala-0.42.patch')
-rw-r--r--0001-Fix-build-with-vala-0.42.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-Fix-build-with-vala-0.42.patch b/0001-Fix-build-with-vala-0.42.patch
new file mode 100644
index 000000000000..f1dcec969a77
--- /dev/null
+++ b/0001-Fix-build-with-vala-0.42.patch
@@ -0,0 +1,25 @@
+From e3ba0c0bdb5c48b5076a327bd31b2877b1b68e00 Mon Sep 17 00:00:00 2001
+From: Rico Tzschichholz <ricotz@ubuntu.com>
+Date: Wed, 22 Aug 2018 10:54:08 +0200
+Subject: [PATCH] Fix build with vala 0.42
+
+---
+ src/speedometer.vala | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/speedometer.vala b/src/speedometer.vala
+index 9d3b3f6..d78a26d 100644
+--- a/src/speedometer.vala
++++ b/src/speedometer.vala
+@@ -43,7 +43,7 @@ namespace Usage
+
+ _percentage = value;
+ }
+- default = 0; }
++ }
+
+ construct {
+ css_provider = new Gtk.CssProvider();
+--
+2.17.1
+