Re: [PATCH 3/4] Link compositors to xkbcommon as well

2012-05-07 Thread Kristian Høgsberg
On Tue, May 01, 2012 at 08:37:11PM +0100, Daniel Stone wrote: > Signed-off-by: Daniel Stone I edited this one to just add xkbcommon to the COMPOSITOR pkg-config check. It's good practice to bundle as many pkgs into the pkg-config call so we can inform the user of as many missing pgs upfront as p

[PATCH 3/4] Link compositors to xkbcommon as well

2012-05-01 Thread Daniel Stone
Signed-off-by: Daniel Stone --- configure.ac | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6da7922..ea75588 100644 --- a/configure.ac +++ b/configure.ac @@ -124,6 +124,10 @@ fi COMPOSITOR_LIBS="$COMPOSITOR_LIBS $IMAGE_LIBS" CO