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
dae66b7b
Kaydet (Commit)
dae66b7b
authored
Eyl 07, 2012
tarafından
Riccardo Magliocchetti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
desktop: use soffice.bin instead of oosplash if build with --enable-headless
Change-Id: I2e4742a6893267ea8d4ec2048dd0686fd309a7db
üst
4d408cc2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CustomTarget_soffice.mk
desktop/CustomTarget_soffice.mk
+6
-0
soffice.sh
desktop/scripts/soffice.sh
+1
-1
No files found.
desktop/CustomTarget_soffice.mk
Dosyayı görüntüle @
dae66b7b
...
@@ -40,4 +40,10 @@ else
...
@@ -40,4 +40,10 @@ else
cp $< $@
cp $< $@
endif
endif
ifeq ($(strip $(ENABLE_HEADLESS)),TRUE)
sed -i "s/@SOFFICEBIN@/soffice.bin/" $@
else
sed -i "s/@SOFFICEBIN@/oosplash/" $@
endif
# vim:set shiftwidth=4 tabstop=4 noexpandtab:
# vim:set shiftwidth=4 tabstop=4 noexpandtab:
desktop/scripts/soffice.sh
Dosyayı görüntüle @
dae66b7b
...
@@ -175,4 +175,4 @@ for arg in $@ ; do
...
@@ -175,4 +175,4 @@ for arg in $@ ; do
done
done
# oosplash does the rest: forcing pages in, javaldx etc. are
# oosplash does the rest: forcing pages in, javaldx etc. are
exec
$VALGRINDCHECK
$STRACECHECK
"
$sd_prog
/
oosplash
"
"
$@
"
exec
$VALGRINDCHECK
$STRACECHECK
"
$sd_prog
/
@SOFFICEBIN@
"
"
$@
"
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