Switch build to Gtk+-3.0
Update the build dependencies to gtk+-3.0 and adjust the javascript to run on gtk+-3. Obviously depends on mutter compiled with gtk+-3 as well. https://bugzilla.gnome.org/show_bug.cgi?id=621845
This commit is contained in:

committed by
Owen W. Taylor

parent
174caf0016
commit
643c7fdb3a
@ -2,9 +2,9 @@
|
||||
|
||||
imports.gi.versions.Clutter = '1.0';
|
||||
imports.gi.versions.Gio = '2.0';
|
||||
imports.gi.versions.Gdk = '2.0';
|
||||
imports.gi.versions.Gdk = '3.0';
|
||||
imports.gi.versions.GdkPixbuf = '2.0';
|
||||
imports.gi.versions.Gtk = '2.0';
|
||||
imports.gi.versions.Gtk = '3.0';
|
||||
|
||||
const Clutter = imports.gi.Clutter;
|
||||
const DBus = imports.dbus;
|
||||
|
Reference in New Issue
Block a user