[cogl] doc: Fix cross-referencing with glib and gdk-pixbuf



commit 5d8c0e13ed0572f806fdff2bff1d5904ed3bf69b
Author: Damien Lespiau <damien lespiau intel com>
Date:   Mon Dec 31 23:24:26 2012 +0000

    doc: Fix cross-referencing with glib and gdk-pixbuf
    
    The libraries prefixes where never set in the configure script and
    GDKPIXBUF_PREFIX had a typo.

 configure.ac                    |    5 +++++
 doc/reference/cogl2/Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e247bcb..4e19a62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1076,6 +1076,11 @@ GTK_DOC_CHECK([gtk_doc_req_version], [--flavour no-tmpl])
 ])
 AM_CONDITIONAL([BUILD_GTK_DOC], [test "x$enable_gtk_doc" = "xyes"])
 
+GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
+GDKPIXBUF_PREFIX="`$PKG_CONFIG --variable=prefix gdk-pixbuf-2.0`"
+AC_SUBST(GLIB_PREFIX)
+AC_SUBST(GDKPIXBUF_PREFIX)
+
 dnl ================================================================
 dnl I18n stuff.
 dnl ================================================================
diff --git a/doc/reference/cogl2/Makefile.am b/doc/reference/cogl2/Makefile.am
index e9c5751..e9e46c9 100644
--- a/doc/reference/cogl2/Makefile.am
+++ b/doc/reference/cogl2/Makefile.am
@@ -39,7 +39,7 @@ MKTMPL_OPTIONS=
 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
 FIXXREF_OPTIONS=\
 	--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
-	--extra-dir=$(GDPIXBUF_PREFIX)/share/gtk-doc/html/gdk-pixbuf
+	--extra-dir=$(GDKPIXBUF_PREFIX)/share/gtk-doc/html/gdk-pixbuf
 
 # Used for dependencies. The docs will be rebuilt if any of these change.
 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h



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