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
This commit is contained in:
gombasg 2006-03-09 15:17:58 +00:00 committed by Adam Visegradi
parent 6b2a77c9d9
commit 116f3f4c30
2 changed files with 3 additions and 1 deletions

View File

@ -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])

View File

@ -3,7 +3,7 @@ Section: devel
Priority: extra
Maintainer: Gábor Gombás <gombasg@sztaki.hu>
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