mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
LibreOffice: drop --with-theme= and add back --with-distro=... (#2665)
It seems we can't pass "breeze sifr" as arguments to --with-theme from the recipe, so add back the --with-distro=LibreOfficeHaiku and let autogen.sh find in distro-configs/LibreOfficeHaiku.conf the "--with-theme=breeze sifr" parameter as it did previously.
This commit is contained in:
@@ -202,6 +202,7 @@ BUILD()
|
||||
ln -s core core-$COMMIT; cd core
|
||||
|
||||
runConfigure ./autogen.sh \
|
||||
--with-distro=LibreOfficeHaiku \
|
||||
--enable-qt5 \
|
||||
--enable-release-build \
|
||||
--enable-readonly-installset \
|
||||
@@ -268,7 +269,6 @@ BUILD()
|
||||
--with-system-poppler \
|
||||
--with-system-redland \
|
||||
--with-system-zlib \
|
||||
--with-theme="breeze sifr" \
|
||||
\
|
||||
--without-doxygen \
|
||||
--without-helppack-integration \
|
||||
|
||||
Reference in New Issue
Block a user