Home | History | Annotate | Download | only in patches
      1  10509  yippi --- dbus-glib-0.72/configure.ac-orig	2006-11-27 09:27:21.198655000 -0600
      2  10509  yippi +++ dbus-glib-0.72/configure.ac	2006-11-27 09:27:39.024768000 -0600
      3  10509  yippi @@ -867,6 +867,7 @@ test/data/valid-service-files/debug-echo
      4  10509  yippi  test/data/valid-service-files/interfaces-test.service
      5  10509  yippi  tools/Makefile
      6  10509  yippi  dbus-glib-1.pc
      7  10509  yippi +dbus-glib-1-uninstalled.pc
      8  10509  yippi  Doxyfile
      9  10509  yippi  ])
     10  10509  yippi  
     11  10509  yippi --- /dev/null	2006-11-27 09:28:26.000000000 -0600
     12  10509  yippi +++ dbus-glib-0.72/dbus-glib-1-uninstalled.pc.in	2006-11-27 09:27:04.425311000 -0600
     13  10509  yippi @@ -0,0 +1,12 @@
     14  10509  yippi +prefix=@prefix@
     15  10509  yippi +exec_prefix=@exec_prefix@
     16  10509  yippi +libdir=@libdir@
     17  10509  yippi +includedir=@includedir@
     18  10509  yippi +
     19  10509  yippi +Name: dbus-glib
     20  10509  yippi +Description: GLib integration for the free desktop message bus
     21  10509  yippi +Version: @VERSION@
     22  10509  yippi +Requires: dbus-1 glib-2.0 gobject-2.0
     23  10509  yippi +Libs: ${pc_top_builddir}/${pcfiledir}/dbus/libdbus-glib-1.la
     24  10509  yippi +Cflags: -I${pc_top_builddir}/${pcfiledir}
     25  10509  yippi +
     26