Awn

Comment 3 for bug 133353

Revision history for this message
elshaman (elshaman) wrote :

" pkg-config awn --cflags " returns a wrong path for headers, "libawn" at the end should be removed.

Currently: -I/home/foo/AWN/Build/AWN/include/libawn
Expected: -I/home/foo/AWN/Build/AWN/include
according to source codes found with AWN applets.

So, in awn.pc:

Name: libawn
Description: Avant-Window-Navigator applets/plugin library
Version: 0.1.1
Libs: -L${libdir} -lawn
Cflags: -I${includedir}
Requires: glib-2.0 gobject-2.0 gtk+-2.0 gdk-2.0 libgnome-2.0 gnome-vfs-2.0 gconf-2.0