[gnome-bluetooth] Fix linking with pedantic linkers



commit 7ececde24cf05471795ec0f85135fff2181be196
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 15 12:41:45 2010 +0000

    Fix linking with pedantic linkers
    
    Link the input test app against libX11 as well.
    
    See:
    https://bugzilla.redhat.com/show_bug.cgi?id=564964
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609937

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4e5429d..6c2d665 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,6 +128,7 @@ PKG_CHECK_MODULES(WIZARD,
 dnl Requires for the input helper
 PKG_CHECK_MODULES(INPUT,
 		  xi
+		  x11
 		  gtk+-2.0)
 
 dnl Requires for the public library



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]