[Lunar-commits] <moonbase> fribidi: Adjusting the BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Dec 4 15:55:22 CET 2011


commit 7484b32813dbe84b342816a08ca00d48a6351e05
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Dec 4 09:55:22 2011 -0500

    fribidi: Adjusting the BUILD.
---
 libs/fribidi/BUILD |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/libs/fribidi/BUILD b/libs/fribidi/BUILD
index 2d9c0f0..9104438 100644
--- a/libs/fribidi/BUILD
+++ b/libs/fribidi/BUILD
@@ -1,6 +1,13 @@
 (
 
+# With --with-glib set to yes or auto it will cause dvdauthor make to fail. So for now
+# just detect if dvdauthor is installed and set --with-glib=no.
+  if module_installed dvdauthor ; then
+    OPTS+="--with-glib=no"
+  fi &&
+
   patch_it $SOURCE1 1  &&
+
   default_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list