[gobject-introspection] Windows port: set CAIRO_SHARED_LIBRARY in configure.ac
- From: Dieter Verfaillie <dieterv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Windows port: set CAIRO_SHARED_LIBRARY in configure.ac
- Date: Wed, 7 Sep 2011 19:41:24 +0000 (UTC)
commit a7cd6bf0602ebb519a5f71abf933ed1e54e0c482
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date: Mon Sep 5 15:53:15 2011 +0200
Windows port: set CAIRO_SHARED_LIBRARY in configure.ac
Both when x$have_cairo_gobject = xyes and x$have_cairo = xyes.
https://bugzilla.gnome.org/show_bug.cgi?id=620566
configure.ac | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 29dab33..75c0e4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,6 +146,9 @@ if test x$have_cairo_gobject = xyes; then
*-*-darwin*)
CAIRO_SHARED_LIBRARY="libcairo-gobject.2.dylib"
;;
+ *-*-mingw*)
+ CAIRO_SHARED_LIBRARY="libcairo-gobject-2.dll"
+ ;;
*)
CAIRO_SHARED_LIBRARY="libcairo-gobject.so.2"
;;
@@ -156,6 +159,9 @@ elif test x$have_cairo = xyes; then
*-*-darwin*)
CAIRO_SHARED_LIBRARY="libcairo.2.dylib"
;;
+ *-*-mingw*)
+ CAIRO_SHARED_LIBRARY="libcairo-2.dll"
+ ;;
*)
CAIRO_SHARED_LIBRARY="libcairo.so.2"
;;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]