diff options
author | onestone <onestone> | 2006-12-18 16:10:53 +0000 |
---|---|---|
committer | onestone <onestone> | 2006-12-18 16:10:53 +0000 |
commit | 37519d57fb36374e0fe4b3b0dde072283be76e15 (patch) | |
tree | 3272c249c0e26dbdc5a95920e55944a5d2adfe0f /configure.in.in | |
parent | 6b3607d9d78a74bcc1eaf98b033e7127cedb7f54 (diff) | |
download | aquamarine-37519d57fb36374e0fe4b3b0dde072283be76e15.tar.gz aquamarine-37519d57fb36374e0fe4b3b0dde072283be76e15.tar.bz2 |
aquamarine: fixed some build system issues
settings-backend: included new libberylsettings changes
kcm: added a beryl kcontrol module (currently empty)
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in index dbcb4bd..3320bb9 100644 --- a/configure.in.in +++ b/configure.in.in @@ -19,6 +19,8 @@ BERYL_SETTINGS_REQUIRES="\ AC_ARG_ENABLE(berylsettings, AC_HELP_STRING([--disable-berylsettings], [disable beryl settings]), [berylsettings="${enableval}"], [berylsettings="yes"]) AM_CONDITIONAL(include_bs, test "$berylsettings" = "yes") +KDE_PKG_CHECK_MODULES(XCOMPOSITE, "xcomposite",[],AC_MSG_ERROR([xcomposite not found])) + if test "$berylsettings" = "yes"; then KDE_PKG_CHECK_MODULES(BERYLSETTINGS, $BERYL_SETTINGS_REQUIRES, [berylsettings_found="yes"],AC_MSG_WARN([berylsettings not found.])) |