Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2003-08-25 14:28:50 +0400
committerZoltan Varga <vargaz@gmail.com>2003-08-25 14:28:50 +0400
commit00a8dd798461e0301894f259ef48847f4392284d (patch)
tree50ee0868811df16acca2f4101aef6733acc93827 /mono.pc.in
parent496efd51a92d18b4c23c7dc369f476ce25561210 (diff)
2003-08-25 Zoltan Varga <vargaz@freemail.hu>
* mono.pc.in: Added gthread-2.0. svn path=/trunk/mono/; revision=17574
Diffstat (limited to 'mono.pc.in')
-rw-r--r--mono.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono.pc.in b/mono.pc.in
index 8191c7b11ab..b837aa6d784 100644
--- a/mono.pc.in
+++ b/mono.pc.in
@@ -7,6 +7,6 @@ includedir=@includedir@
Name: Mono
Description: Mono Runtime
Version: @VERSION@
-Requires: glib-2.0 gmodule-2.0
+Requires: glib-2.0 gmodule-2.0 gthread-2.0
Libs: -L${libdir} -lmono @libmono_ldflags@ -lm
Cflags: -I${includedir} @libmono_cflags@