[Lunar-commits] <moonbase> kdelibs4: Altering the BUILD here if for some reason kauth is not wanted.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Mar 28 13:56:27 CEST 2010
commit cbf218771dd29386ded61a012965f569b6625ee0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Mar 28 07:56:27 2010 -0400
kdelibs4: Altering the BUILD here if for some reason kauth is not wanted.
---
kde4/base/kdelibs4/BUILD | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/kde4/base/kdelibs4/BUILD b/kde4/base/kdelibs4/BUILD
index 3e83465..1b6f79b 100644
--- a/kde4/base/kdelibs4/BUILD
+++ b/kde4/base/kdelibs4/BUILD
@@ -5,12 +5,15 @@
source /etc/profile.d/qt4.rc &&
source /etc/profile.d/kde4.rc &&
+ if in_depends $MODULE polkit-qt-1 ; then
+ OPTS="-DKAUTH_BACKEND=PolkitQt-1"
+ fi &&
+
mkdir $KDE4_BUILD_DIR &&
cd $KDE4_BUILD_DIR &&
cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
-DCMAKE_BUILD_TYPE=RELEASE \
- -DKAUTH_BACKEND=PolkitQt-1 \
$OPTS &&
default_make &&
More information about the Lunar-commits
mailing list