------------------------------------------------------------
revno: 932
committer: Rene Engelhard <[EMAIL PROTECTED]>
branch nick: experimental
timestamp: Sun 2007-10-28 00:36:35 +0200
message:
  --enable-dbus, remove glitz build-dep
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2007-10-24 14:50:02 +0000
+++ b/changelog 2007-10-27 22:36:35 +0000
@@ -1,3 +1,11 @@
+openoffice.org (1:2.3.0-4.5pre) experimental; urgency=low
+
+  * debian/rules
+    - since 2.3.0 final we need --enable-dbus explicitely
+    - remove obsolete glitz build-dep
+
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Sun, 28 Oct 2007 00:35:51 +0200
+
 openoffice.org (1:2.3.0-4) experimental; urgency=medium
 
   * ooo-build:

=== modified file 'rules'
--- a/rules     2007-10-24 09:29:57 +0000
+++ b/rules     2007-10-27 22:36:35 +0000
@@ -573,7 +573,7 @@
 
 ifeq "$(BUILD_CAIROCANVAS)" "y"
   ifeq "$(USE_SYSTEM_CAIRO)" "y"
-       BUILD_DEPS+= , libcairo2-dev [$(OOO_ARCHS)], libglitz-glx1-dev 
[$(OOO_ARCHS)]
+       BUILD_DEPS+= , libcairo2-dev [$(OOO_ARCHS)]
        CONFIGURE_FLAGS+= --with-system-cairo
   endif
 else
@@ -635,8 +635,7 @@
 
 ifeq "$(USE_DBUS)" "y"
        BUILD_DEPS += , libdbus-glib-1-dev (>= 0.60) [$(OOO_ARCHS)]
-else
-       CONFIGURE_FLAGS += --disable-dbus
+       CONFIGURE_FLAGS += --enable-dbus
 endif
 
 ifeq "$(USE_GSTREAMER)" "y"

Reply via email to