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:
Uli Schlachter 2015-08-13 09:09:14 +02:00
parent 2d8bf89ff9
commit 953cdf416e
1 changed files with 1 additions and 1 deletions

View File

@ -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