sync
[gitlive] / configure.ac
index 0dc0f7d..689d980 100644 (file)
@@ -22,7 +22,6 @@ dnl we need to check these exist, then it will generate a compile string for the
 
 PKG_CHECK_MODULES(GITLIVE, [
          gio-2.0
-         posix
                 glib-2.0 >= 2.24.1
                 gobject-2.0 >= 2.24.1
                 gtk+-3.0 >= 3.11.3
@@ -30,6 +29,12 @@ PKG_CHECK_MODULES(GITLIVE, [
          libwnck-3.0
 ])
 
+PKG_CHECK_MODULES([XSCRNSAVER], xscrnsaver)
+AC_SUBST(XSCRNSAVER_LIBS)
+
+
+
+
 AC_CONFIG_FILES([
        Makefile
 ])