[ooo-build-commit] .: bin/setup.in configure.in download.in
René Engelhard
rene at kemper.freedesktop.org
Tue Mar 30 02:18:00 PDT 2010
bin/setup.in | 1 -
configure.in | 2 --
download.in | 6 ------
3 files changed, 9 deletions(-)
New commits:
commit 149adf337222fc324be42abe25bc67ed8d9d9a17
Author: Rene Engelhard <rene at debian.org>
Date: Tue Mar 30 11:15:44 2010 +0200
remove obsolete GRAPHITE_SRC setting
diff --git a/bin/setup.in b/bin/setup.in
index 3127f82..94ceab6 100755
--- a/bin/setup.in
+++ b/bin/setup.in
@@ -56,7 +56,6 @@ ENABLE_MONO='@ENABLE_MONO@'
ENABLE_EXTENSIONS='@ENABLE_EXTENSIONS@'
ENABLE_SCSOLVER='@ENABLE_SCSOLVER@'
ENABLE_GRAPHITE='@ENABLE_GRAPHITE@'
-GRAPHITE_SRC='@GRAPHITE_SRC@'
PROPAGATED_ARGS="@PROPAGATED_ARGS@"
CAIRO_VER=@CAIRO_VER@
CAIRO_ENABLED=@CAIRO_ENABLED@
diff --git a/configure.in b/configure.in
index e7d3bbf..dfc0c9d 100644
--- a/configure.in
+++ b/configure.in
@@ -1246,14 +1246,12 @@ AC_MSG_CHECKING([whether to enable graphite support])
if test -n "$enable_graphite" -a "$enable_graphite" != "no"; then
ENABLE_GRAPHITE=TRUE
graphite_enabled=yes
- GRAPHITE_SRC=silgraphite-2.3.1.tar.gz
else
ENABLE_GRAPHITE=FALSE
graphite_enabled=no
fi
AC_MSG_RESULT([$graphite_enabled])
AC_SUBST(ENABLE_GRAPHITE)
-AC_SUBST(GRAPHITE_SRC)
AC_MSG_CHECKING([whether to enable Access import])
if test "$enable_access" = "no"; then
diff --git a/download.in b/download.in
index b167f55..857ffaa 100755
--- a/download.in
+++ b/download.in
@@ -89,8 +89,6 @@ sub trim($)
'libpixman-.*' => '@MIRROR@/SRC680',
'glitz-.*' => '@MIRROR@/SRC680',
'biblio.*' => '@MIRROR@/SRC680',
-# Graphite rendering bits
- 'silgraphite-.*' => '@MIRROR@/SRC680',
# Prebuilt dictionaries for Novell Windows builds
'writingaids.*\.zip' => '@MIRROR@/SRC680',
@@ -455,10 +453,6 @@ if ('@PIECE@' eq 'bootstrap') {
source_file( 'setup_native_packinfo-ooo320-m9.tar.bz2' );
}
-if ('@GRAPHITE_SRC@' ne '') {
- source_file( '@GRAPHITE_SRC@' );
-}
-
if ('@SYSTEM_LIBWPD@' eq 'NO') {
source_file( '@LIBWPD_TARBALL@' );
}
More information about the ooo-build-commit
mailing list