mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
lcdgrilo: Fix compilation with newer Vala
It seems semantics changed slightly. Cleaned up Makefile for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/src/lcdgrilo.vala
|
||||
+++ b/src/lcdgrilo.vala
|
||||
@@ -47,7 +47,7 @@ private class LCDPlayer {
|
||||
private int current = 0;
|
||||
private Transitions transitions;
|
||||
private MainLoop loop;
|
||||
- private Gee.ArrayList<Grl.Source> sources = new Gee.ArrayList<unowned Grl.Source> ();
|
||||
+ private Gee.ArrayList<weak Grl.Source> sources = new Gee.ArrayList<unowned Grl.Source> ();
|
||||
private uint watch_id = 0;
|
||||
|
||||
public LCDPlayer () {
|
||||
Reference in New Issue
Block a user