Dougiedee13 / gnome2-globalmenu

Automatically exported from code.google.com/p/gnome2-globalmenu
GNU General Public License v2.0
0 stars 0 forks source link

pkg-config file is invalid #541

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The "Requires: " line appears twice and thus does not work. pkg-config just 
returns an error.

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libgnomenu
Description: libgnomenu
Requires: gtk+-2.0
Version: 0.7.7_1
Libs: -L${libdir} -lgnomenu
Cflags: -I${includedir}/libgnomenu
Requires: gtk+-2.0 libwnck-1.0

Original issue reported on code.google.com by John.Stowers on 10 Nov 2009 at 9:04

GoogleCodeExporter commented 8 years ago
Fixed in commit 9b9f from John.Stowers.

Original comment by rainwood...@gmail.com on 9 Dec 2009 at 9:25