From 116f3f4c3076ae6a7f55cf9532863aaef11c522c Mon Sep 17 00:00:00 2001 From: gombasg Date: Thu, 9 Mar 2006 15:17:58 +0000 Subject: [PATCH] Use glib-2.0 git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@352 a7169a2c-3604-0410-bc95-c702d8d87f7a --- dcapi/configure.ac | 2 ++ dcapi/debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dcapi/configure.ac b/dcapi/configure.ac index 03f481847d..a2ac3f150e 100644 --- a/dcapi/configure.ac +++ b/dcapi/configure.ac @@ -19,6 +19,8 @@ fi AC_ARG_ENABLE([client], AS_HELP_STRING([--disable-client], [do not build the client application]),, [enable_client=yes]) AC_ARG_ENABLE([master], AS_HELP_STRING([--disable-master], [do not build the master application]),, [enable_master=yes]) +AM_PATH_GLIB_2_0([2.6.0],,[AC_MSG_ERROR([glib2 is missing])]) + AM_CONDITIONAL([BUILD_CLIENT], [test "$enable_client" = yes]) AM_CONDITIONAL([BUILD_MASTER], [test "$enable_master" = yes]) diff --git a/dcapi/debian/control b/dcapi/debian/control index 94aa51f738..4f8d9deb4d 100644 --- a/dcapi/debian/control +++ b/dcapi/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: extra Maintainer: Gábor Gombás Standards-Version: 3.6.2.1 -Build-Depends: boinc-dev (>= 1:5.3.1-5), uuid-dev, debhelper +Build-Depends: boinc-dev (>= 1:5.3.1-5), uuid-dev, libglib2.0-dev, debhelper, automake1.9 | automaken (>= 1.9), autoconf (>= 2.53), libtool Package: libdcapi-dev Section: libdevel