K 10 svn:author V 4 mezz K 8 svn:date V 27 2011-06-29T14:51:58.000000Z K 7 svn:log V 555 Fix the build when it enables gobject-introspection. Without it, I get this: --------------------------- gnome-config: not found Package babl was not found in the pkg-config search path. Perhaps you should add the directory containing `babl.pc' to the PKG_CONFIG_PATH environment variable No package 'babl' found --------------------------- Clearly, there is no way for babl to depends on babl (itself). O_o A weird bug, so remove that '--pkg babl' to fix the build. While I am here, reorder the pkg-plist to make it easier to read. No function change. END