GNOME Bugzilla – Bug 126163
libgdamm package config dependency problem
Last modified: 2011-01-16 23:39:44 UTC
It looks like .pc module dependency need to be fixed this way: libgda-2.0 -> libgda. I think so because libgda installs libgda.pc file not libgda-2.0.pc as it supposed to be.
But we check for libgda, not libgda-2.0. I don't see the problem. Please give us a patch if you think something is necessary.
Problem popups when we try to use pkg-config libgdamm-2.0. "Requires: libgda-2.0" record brokes is badly. Besides --libs and --cflags stuff broken simple pkg-config --list-all will abort. One more typo I meet is -ldamm-1.3 in "Libs:" list. Must be -lgdamm-1.3 I guess. See complete patch file attached.
Created attachment 21202 [details] [review] Proposed patch
Now I understand. Thanks. I had never tried to use the libgdamm .pc file because I can't even get the examples to work. I will apply this later.
Applied. Thanks.