Skip to content

Commit

Permalink
build: Work around caching not reevaluating uncached variables
Browse files Browse the repository at this point in the history
This is a somewhat crude hack to ensure that GOBJECT_CFLAGS/LIBS are
properly cached.
  • Loading branch information
Benjamin Otte committed Sep 1, 2010
1 parent 28ba78a commit 54a6515
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,10 @@ CAIRO_ENABLE_FUNCTIONS(gobject, gobject, auto, [
use_gobject="no (requires $gobject_REQUIRES http://download.gnome.org/pub/GNOME/sources/glib/)"])
gobject_NONPKGCONFIG_EXTRA_LIBS="-L\${libdir} -lcairo-gobject"
])
dnl I'm too lazy to fix the caching properly
if test "x$use_gobject" = "xyes"; then
PKG_CHECK_MODULES(GOBJECT, $gobject_REQUIRES)
fi

dnl ===========================================================================
dnl Default to quick testing during development, but force a full test before
Expand Down

0 comments on commit 54a6515

Please sign in to comment.