GNOME Bugzilla – Bug 634949
[PATCH] Dialog code doesn't link against libxklavier
Last modified: 2010-11-17 21:48:29 UTC
Created attachment 174570 [details] [review] Add libxklavier to pkg-config variable for dialog The dialog code uses libxklavier, but it doesn't link against it. More paranoid linkers treat this as an error.
Comment on attachment 174570 [details] [review] Add libxklavier to pkg-config variable for dialog I think the idea is right, but it's getting added to the wrong PKG_CHECK_MODULES. the libxklavier support is conditionally available.
Created attachment 174636 [details] [review] Add libxklavier to pkg-config variable for dialog Updated to use the correct PKG_CHECK_MODULES variable