Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
33a6f881
Kaydet (Commit)
33a6f881
authored
Kas 28, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bin --enable-oxygenoffice; it does nothing
Change-Id: Ibac9b92f5833253d6485009e0ea8ea11f2b8ed91
üst
4db2a6f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
24 deletions
+0
-24
Makefile.fetch
Makefile.fetch
+0
-1
config_host.mk.in
config_host.mk.in
+0
-2
configure.ac
configure.ac
+0
-21
No files found.
Makefile.fetch
Dosyayı görüntüle @
33a6f881
...
@@ -179,7 +179,6 @@ $(fetch_LOGFILE): $(SRCDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)/Make
...
@@ -179,7 +179,6 @@ $(fetch_LOGFILE): $(SRCDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)/Make
$(OOOP_GALLERY_PACK)
\
$(OOOP_GALLERY_PACK)
\
$(OOOP_SAMPLES_PACK)
\
$(OOOP_SAMPLES_PACK)
\
$(OOOP_TEMPLATES_PACK)
\
$(OOOP_TEMPLATES_PACK)
\
$(OXYGENOFFICE_PACK)
\
$(SUNTEMPLATES_DE_PACK)
\
$(SUNTEMPLATES_DE_PACK)
\
$(SUNTEMPLATES_EN_US_PACK)
\
$(SUNTEMPLATES_EN_US_PACK)
\
$(SUNTEMPLATES_ES_PACK)
\
$(SUNTEMPLATES_ES_PACK)
\
...
...
config_host.mk.in
Dosyayı görüntüle @
33a6f881
...
@@ -151,7 +151,6 @@ export ENABLE_NPAPI_FROM_BROWSER=@ENABLE_NPAPI_FROM_BROWSER@
...
@@ -151,7 +151,6 @@ export ENABLE_NPAPI_FROM_BROWSER=@ENABLE_NPAPI_FROM_BROWSER@
export ENABLE_NPAPI_INTO_BROWSER=@ENABLE_NPAPI_INTO_BROWSER@
export ENABLE_NPAPI_INTO_BROWSER=@ENABLE_NPAPI_INTO_BROWSER@
export ENABLE_ONLINE_UPDATE=@ENABLE_ONLINE_UPDATE@
export ENABLE_ONLINE_UPDATE=@ENABLE_ONLINE_UPDATE@
export ENABLE_OPENGL=@ENABLE_OPENGL@
export ENABLE_OPENGL=@ENABLE_OPENGL@
export ENABLE_OXYGENOFFICE=@ENABLE_OXYGENOFFICE@
export ENABLE_PDFIMPORT=@ENABLE_PDFIMPORT@
export ENABLE_PDFIMPORT=@ENABLE_PDFIMPORT@
export ENABLE_QUICKSTART_LIBPNG=@ENABLE_QUICKSTART_LIBPNG@
export ENABLE_QUICKSTART_LIBPNG=@ENABLE_QUICKSTART_LIBPNG@
export ENABLE_RANDR=@ENABLE_RANDR@
export ENABLE_RANDR=@ENABLE_RANDR@
...
@@ -432,7 +431,6 @@ export OUTDIR=@OUTDIR@
...
@@ -432,7 +431,6 @@ export OUTDIR=@OUTDIR@
export OUTDIR_FOR_BUILD=@OUTDIR_FOR_BUILD@
export OUTDIR_FOR_BUILD=@OUTDIR_FOR_BUILD@
export OUTPATH=@OUTPATH@
export OUTPATH=@OUTPATH@
export OUTPATH_FOR_BUILD=@OUTPATH_FOR_BUILD@
export OUTPATH_FOR_BUILD=@OUTPATH_FOR_BUILD@
export OXYGENOFFICE_PACK=@OXYGENOFFICE_PACK@
export PATH=@LO_PATH@
export PATH=@LO_PATH@
export PATH_SEPERATOR=@P_SEP@
export PATH_SEPERATOR=@P_SEP@
export PERL=@PERL@
export PERL=@PERL@
...
...
configure.ac
Dosyayı görüntüle @
33a6f881
...
@@ -1057,11 +1057,6 @@ AC_ARG_ENABLE(extra-font,
...
@@ -1057,11 +1057,6 @@ AC_ARG_ENABLE(extra-font,
[Add extra font content.]),
[Add extra font content.]),
,)
,)
AC_ARG_ENABLE(oxygenoffice,
AS_HELP_STRING([--enable-oxygenoffice],
[Download OxygenOffice branding and set custom settings.]),
,)
AC_ARG_ENABLE(lomenubar,
AC_ARG_ENABLE(lomenubar,
AS_HELP_STRING([--enable-lomenubar],
AS_HELP_STRING([--enable-lomenubar],
[Enable global menu support.]),
[Enable global menu support.]),
...
@@ -11128,22 +11123,6 @@ fi
...
@@ -11128,22 +11123,6 @@ fi
AC_SUBST(WITH_EXTRA_FONT)
AC_SUBST(WITH_EXTRA_FONT)
AC_SUBST(OOOP_FONTS_PACK)
AC_SUBST(OOOP_FONTS_PACK)
dnl ===================================================================
dnl Test whether to download OxygenOffice branding and set custom settings
dnl ===================================================================
AC_MSG_CHECKING([whether to download OxygenOffice branding and set custom settings])
if test "$enable_oxygenoffice" = "" -o "$enable_oxygenoffice" = "no"; then
AC_MSG_RESULT([no])
ENABLE_OXYGENOFFICE=NO
else
AC_MSG_RESULT([yes])
ENABLE_OXYGENOFFICE=YES
OXYGENOFFICE_PACK="18bf204479ff641d99a88cd71f6f25f7-oxygenoffice-001.zip"
BUILD_TYPE="$BUILD_TYPE OXYGENOFFICE"
fi
AC_SUBST(ENABLE_OXYGENOFFICE)
AC_SUBST(OXYGENOFFICE_PACK)
dnl ===================================================================
dnl ===================================================================
dnl Test whether to enable online update service
dnl Test whether to enable online update service
dnl ===================================================================
dnl ===================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment