elementary / wingpanel-indicator-power

Wingpanel Power Indicator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git master fails to compile with older vala versions due to syntax error

decathorpe opened this issue · comments

../src/Widgets/ScreenBrightness.vala:45.9-45.9: error: syntax error, expected identifier
        };
        ^

Looks like commit ec10c48 uses Vala syntax features (trailing comma in constructor arguments or something like that?) that's not supported on any but the most recent versions of Vala.

Yes, maybe this breaks the build: