]> git.pld-linux.org Git - packages/gai.git/blame - gai-link.patch
- updated to 0.5.0
[packages/gai.git] / gai-link.patch
CommitLineData
8a3232db
JB
1--- gai-0.5.0pre6/gai.pc.in.orig 2003-09-23 20:27:37.000000000 +0200
2+++ gai-0.5.0pre6/gai.pc.in 2003-12-17 23:25:45.126776504 +0100
3@@ -7,7 +7,7 @@
4
5 Name: gai
6 Description: A library that simplifies development of applets
7-Requires: gtk+-2.0 pangoft2 @REQ_PC@ @REQ_PC_GL@
8+Requires: gtk+-2.0 gthread-2.0 pangoft2 @REQ_PC@ @REQ_PC_GL@
9 Version: @GAI_MAJOR@.@GAI_MINOR@.@GAI_MICRO@
10 Libs: -L${libdir} -lgai
11 Cflags: -I${includedir}
12--- gai-0.5.0pre6/configure.in.orig 2003-10-30 19:27:00.000000000 +0100
13+++ gai-0.5.0pre6/configure.in 2003-12-17 23:26:09.332096736 +0100
14@@ -99,7 +99,7 @@
15 if `pkg-config --exists gtk+-2.0` ; then
16 AC_MSG_RESULT(yes)
17 GTK_CFLAGS=`pkg-config --cflags gtk+-2.0`
18- GTK_LIBS=`pkg-config --libs gtk+-2.0`
19+ GTK_LIBS=`pkg-config --libs gtk+-2.0 gthread-2.0 pangoft2`
20 else
21 AC_MSG_RESULT(no)
22 AC_MSG_ERROR(gtk+ 2.0.x/2.2.x is required!)
This page took 0.168985 seconds and 4 git commands to generate.