From 492c0aeed5eeb0cc2494e6b64e0bd999ad13b3d3 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Feb 17 2016 06:16:51 +0000 Subject: disable gtk3 on rhel (for now) --- diff --git a/libreoffice.spec b/libreoffice.spec index 52f16a9..8624016 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -998,7 +998,7 @@ export CFLAGS=$ARCH_FLAGS export CXXFLAGS=$ARCH_FLAGS %if 0%{?rhel} -%define distrooptions --disable-eot --disable-gltf --disable-firebird-sdbc --enable-python=system --disable-introspection +%define distrooptions --disable-eot --disable-gltf --disable-firebird-sdbc --enable-python=system --disable-introspection --disable-gtk3 %else # fedora %define distrooptions --enable-eot --enable-gtk3 --enable-kde4 --with-system-opencollada --with-system-ucpp export OPENCOLLADA_CFLAGS='-I/usr/include/COLLADABaseUtils -I/usr/include/COLLADAFramework -I/usr/include/COLLADASaxFrameworkLoader -I/usr/include/GeneratedSaxParser'