[Lunar-commits] <moonbase> gnome-panel: tweak BUILD
Samuel Verstraete
elangelo at lunar-linux.org
Thu Mar 20 09:42:31 CET 2008
commit 42e892172b8faa3f99ebba07bfcd162cabd014b0
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Thu Mar 20 09:42:31 2008 +0100
gnome-panel: tweak BUILD
fix bug: 339
---
gnome2/desktop/gnome-panel/BUILD | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnome2/desktop/gnome-panel/BUILD b/gnome2/desktop/gnome-panel/BUILD
index 62fc456..c5bdec8 100644
--- a/gnome2/desktop/gnome-panel/BUILD
+++ b/gnome2/desktop/gnome-panel/BUILD
@@ -1,5 +1,10 @@
(
+ if !in_depends libxml2 Python; then
+ message "${PROBLEM_COLOR} lin --reconfigure libxml2 and install the optional Python dependency ${DEFAULT_COLOR}";
+ exit 1;
+ fi
+
./configure --prefix=${GNOME210_PREFIX:-/usr} \
--build=$BUILD \
--sysconfdir=/etc \
More information about the Lunar-commits
mailing list