diff options
author | Dennis Kasprzyk <onestone@beryl-project.org> | 2007-04-24 22:56:48 +0200 |
---|---|---|
committer | Dennis Kasprzyk <onestone@beryl-project.org> | 2007-04-24 22:58:08 +0200 |
commit | f83e0e7a5be493ec010bfabe599dcb9e0fabcd1e (patch) | |
tree | 03556bb0f231f133934322080131edc36e8a0572 /configure.ac | |
parent | 2c5cd61e51466a8815e952b1c529b2b91d94fccc (diff) | |
download | beryl-premerge-f83e0e7a5be493ec010bfabe599dcb9e0fabcd1e.tar.gz beryl-premerge-f83e0e7a5be493ec010bfabe599dcb9e0fabcd1e.tar.bz2 |
we need an actual version of bcop to build the plugins
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0ea5c38..4c17a52 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,7 @@ AC_SUBST(PKG_CONFIG_PATH) AC_MSG_NOTICE([Using PKG_CONFIG_PATH=$PKG_CONFIG_PATH]) PKG_CHECK_MODULES(COMPIZ, compiz) -PKG_CHECK_MODULES(BCOP, bcop, [bcop_found=yes], [bcop_found=no]) +PKG_CHECK_MODULES(BCOP, bcop >= 0.1, [bcop_found=yes]) if test "$bcop_found" = yes; then if test -z "$PKG_CONFIG"; then AC_PATH_PROG(PKG_CONFIG, pkg-config, no) |