[gnome-shell] configure: GNOME_SHELL_JS needs gio-2.0



commit daa380fb0e109fd199dbaebe17609aead11039c4
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Feb 8 10:32:36 2012 -0500

    configure: GNOME_SHELL_JS needs gio-2.0
    
    I didn't realize it when I wrote the patches, but GNOME_SHELL_JS needs
    gio, not glib, as it uses the G_IO_ERROR quarks.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669637

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0d9e24f..4da64d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,7 +117,7 @@ AC_CHECK_FUNCS(JS_NewGlobalObject XFixesCreatePointerBarrier)
 CFLAGS=$saved_CFLAGS
 LIBS=$saved_LIBS
 
-PKG_CHECK_MODULES(GNOME_SHELL_JS, glib-2.0 gjs-internals-1.0 >= $GJS_MIN_VERSION)
+PKG_CHECK_MODULES(GNOME_SHELL_JS, gio-2.0 gjs-internals-1.0 >= $GJS_MIN_VERSION)
 PKG_CHECK_MODULES(ST, clutter-1.0 gtk+-3.0 libcroco-0.6 >= 0.6.2 gnome-desktop-3.0 >= 2.90.0 x11)
 PKG_CHECK_MODULES(TRAY, gtk+-3.0)
 PKG_CHECK_MODULES(GVC, libpulse libpulse-mainloop-glib gobject-2.0)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]