summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-02-29 17:55:58 +1100
committerRobert Ancell <robert.ancell@canonical.com>2012-02-29 17:55:58 +1100
commit9fee11abb1495979b85846b3658f089e4c7e617e (patch)
treedc3d9a36f1a98fa348931d9ecff62099bce48a9e
parent411d9a15e44a727ef3206fa6385a32481e6e3fe8 (diff)
downloadlightdm-git-9fee11abb1495979b85846b3658f089e4c7e617e.tar.gz
Fix compilation against gthread
-rw-r--r--NEWS4
-rw-r--r--configure.ac1
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f1e3f09f..81f0f989 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.0.8
+
+ * Fix compilation against gthread
+
Overview of changes in lightdm 1.0.7
* Drop privileges when reading ~/.dmrc
diff --git a/configure.ac b/configure.ac
index dc6a7b3d..0a4d0b25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,7 @@ AC_CHECK_HEADERS(security/pam_appl.h, [], AC_MSG_ERROR(PAM not found))
PKG_CHECK_MODULES(LIGHTDM, [
glib-2.0
+ gthread-2.0
gio-2.0 >= 2.26
gio-unix-2.0
xdmcp