[Bug 677618] Detect glib utils

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 7 04:34:13 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=677618
  GStreamer | gst-plugins-base | 0.10.35

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
           Severity|normal                      |enhancement

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-06-07 11:34:07 UTC ---
You could just have added that to the other bug (and it's more like the other
bug depends on this one...) :)

I think this kind of thing should go into AG_GST_GLIB_CHECK , though I think
I'd prefer it if we just added

  GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
  GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0`
  GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
  GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources
gio-2.0`
  AC_SUBST(GLIB_GENMARSHAL)
  AC_SUBST(GOBJECT_QUERY)
  AC_SUBST(GLIB_MKENUMS)
  AC_SUBST(GLIB_COMPILE_RESOURCES)

there directly.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list