[ooo-build-commit] configure.in
Petr Mladek
pmladek at kemper.freedesktop.org
Wed Jun 24 10:49:31 PDT 2009
configure.in | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
New commits:
commit e2e2e908e8fc02050b086a645eeccd4fb80be7a3
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed Jun 24 19:47:37 2009 +0200
Revert the last change. Oxygen is actually the default KDE4 icon theme ;-)
* configure.in: define OXYGEN_IMAGES_TAR for all distros that
enable kde4
diff --git a/configure.in b/configure.in
index 413f54e..15d9083 100644
--- a/configure.in
+++ b/configure.in
@@ -755,12 +755,8 @@ else
OOO_WIDGET_FLAGS="--disable-kde"
fi
-OXYGEN_IMAGES_TAR=
if test "$enable_kde4" != "no"; then
- if test "z$with_distro" = "zOxygenOfficeLinux" -o \
- "z$with_distro" = "zOxygenOfficeWindows" ; then
- OXYGEN_IMAGES_TAR=ooo_oxygen_images-2009-06-17.tar.gz
- fi
+ OXYGEN_IMAGES_TAR=ooo_oxygen_images-2009-06-17.tar.gz
if test "z$with_win32" = "z" -a "z`uname -s`" != "zDarwin"; then
OOO_WIDGET_FLAGS="$OOO_WIDGET_FLAGS --enable-kde4"
widget_sets="$widget_sets kde4"
More information about the ooo-build-commit
mailing list