lgi-check.sh: Add dependencies to GLib and Gio
GLib is already used in three part of awesome (awful.widget.textclock, gears.timer and menubar.utils). Gio will soon be added. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
2d8bf89ff9
commit
953cdf416e
|
@ -32,4 +32,4 @@ lua -e '_, _, major_minor, patch = string.find(require("lgi.version"), "^(%d%.%d
|
|||
"0.7.1", require("lgi.version"))) end' || die
|
||||
|
||||
# Check for the needed gi files
|
||||
lua -e 'l = require("lgi") assert(l.cairo, l.Pango, l.PangoCairo)' || die
|
||||
lua -e 'l = require("lgi") assert(l.cairo, l.Pango, l.PangoCairo, l.GLib, l.Gio)' || die
|
||||
|
|
Loading…
Reference in New Issue