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 3ca995e33..2cf96ec5f 100644
--- a/packaging/cairo.spec
+++ b/packaging/cairo.spec
@@ -153,11 +153,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 \