X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=configure.ac;h=11ab1335e579a6264a98fe2c93f1f46c954e011f;hp=2cabc0d4cfe2f61451dee54e8debb759bc976c06;hb=ce5337e4ad3400605415fb497dbbced99ed35860;hpb=79453478c983994bd997b232174f718bd2f7cdea diff --git a/configure.ac b/configure.ac index 2cabc0d4..11ab1335 100644 --- a/configure.ac +++ b/configure.ac @@ -21,13 +21,25 @@ AC_CHECK_LIB([m],[cos]) dnl we need to check these exist, then it will generate a compile string for them. PKG_CHECK_MODULES(GITLIVE, [ + gee-0.8 + gio-2.0 glib-2.0 >= 2.24.1 gobject-2.0 >= 2.24.1 gtk+-3.0 >= 3.11.3 + gtksourceview-3.0 libnotify libwnck-3.0 + libcanberra + libsoup-2.4 >= 2.56.0 + json-glib-1.0 ]) +PKG_CHECK_MODULES([XSCRNSAVER], xscrnsaver) +AC_SUBST(XSCRNSAVER_LIBS) + + + + AC_CONFIG_FILES([ Makefile ])