diff options
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 9588001d1d78..f5894cc879fa 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -161,7 +161,8 @@ COMMON_DEPEND=" ) gtk3? ( dev-libs/glib:2 - >=x11-libs/gtk+-3.2:3 + dev-libs/gobject-introspection + >=x11-libs/gtk+-3.8:3 ) gstreamer? ( media-libs/gstreamer:1.0 @@ -437,9 +438,6 @@ src_configure() { # --enable-*-link: link to the library rather than just dlopen on runtime # --enable-release-build: build the libreoffice as release # --disable-fetch-external: prevent dowloading during compile phase - # --disable-gnome-vfs: old gnome virtual fs support - # --disable-kdeab: kde3 adressbook - # --disable-kde: kde3 support # --disable-systray: quickstarter does not actually work at all so do not # promote it # --enable-extension-integration: enable any extension integration support @@ -466,11 +464,8 @@ src_configure() { --disable-dependency-tracking \ --disable-epm \ --disable-fetch-external \ - --disable-gnome-vfs \ --disable-gstreamer-0-10 \ --disable-report-builder \ - --disable-kdeab \ - --disable-kde \ --disable-online-update \ --disable-systray \ --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \ |