summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/cairo.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/cairo.spec b/packaging/cairo.spec
index 0983b7ebb..39165e6cf 100644
--- a/packaging/cairo.spec
+++ b/packaging/cairo.spec
@@ -137,11 +137,11 @@ NOCONFIGURE=1 ./autogen.sh
--enable-glesv2=yes \
--enable-evasgl=yes \
%endif
- --enable-ps \
- --enable-pdf \
- --enable-script \
- --enable-svg \
- --enable-tee \
+ --enable-ps=no \
+ --enable-pdf=no \
+ --enable-script=no \
+ --enable-svg=no \
+ --enable-tee=no \
%if %{with wayland} && !%{with x}
--disable-xlib \
--disable-xcb \