Don't require libgettext in libi2ncommon's pkgconfig file
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 10 May 2011 12:37:12 +0000 (14:37 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 10 May 2011 12:37:12 +0000 (14:37 +0200)
libi2ncommon.pc.in

index 10fc0b8..78a951d 100644 (file)
@@ -5,7 +5,7 @@ includedir=@includedir@
 
 Name: libi2ncommon
 Description: library with functions common in Intra2net programs
-Requires: libgettext libi2ncommon_utils
+Requires: libi2ncommon_utils
 Version: @VERSION@
 Libs: -L${libdir} -li2ncommon -li2ncommon_utils  @BOOST_LDFLAGS@ @BOOST_IOSTREAMS_LIB@
 Cflags: -I${includedir} @BOOST_CPPFLAGS@