[tracker/tracker-0.10] docs, libtracker-sparql: Update pkg-config setup version to 0.10



commit fa9d582a7f3f4e6cc015e7307cf086cfc43be0fe
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Mon Feb 7 18:19:11 2011 +0100

    docs, libtracker-sparql: Update pkg-config setup version to 0.10

 docs/reference/libtracker-sparql/overview.sgml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/docs/reference/libtracker-sparql/overview.sgml b/docs/reference/libtracker-sparql/overview.sgml
index 5394344..1a58bf0 100644
--- a/docs/reference/libtracker-sparql/overview.sgml
+++ b/docs/reference/libtracker-sparql/overview.sgml
@@ -73,11 +73,11 @@
       <application>pkg-config</application> is used (the actual output on
       your system may be different):
 <programlisting>
-$ pkg-config --cflags tracker-sparql-0.9
- -pthread -I/usr/include/tracker-0.9 -I/usr/include/tracker-0.9/libtracker-sparql -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
+$ pkg-config --cflags tracker-sparql-0.10
+-pthread -I/usr/include/tracker-0.10 -I/usr/include/tracker-0.10/libtracker-sparql -I/usr/include/dbus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/dbus-1.0/include
 
-$ pkg-config --libs tracker-sparql-0.9
- -Wl,--export-dynamic -pthread -ltracker-sparql-0.9 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
+$ pkg-config --libs tracker-sparql-0.10
+-Wl,--export-dynamic -pthread -L/lib -ltracker-sparql-0.10 -ldbus-glib-1 -lgio-2.0 -ldbus-1 -lpthread -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
 </programlisting>
     </para>
     <para>
@@ -86,7 +86,7 @@ $ pkg-config --libs tracker-sparql-0.9
       (<emphasis>not single quotes</emphasis>), then its output will be
       substituted into the command line before execution:
 <programlisting>
- $ cc `pkg-config --cflags --libs tracker-sparql-0.9` hello.c -o hello
+ $ cc `pkg-config --cflags --libs tracker-sparql-0.10` hello.c -o hello
 </programlisting>
     </para>
 



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