summaryrefslogtreecommitdiff
path: root/packaging/cairo.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/cairo.spec')
-rw-r--r--packaging/cairo.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/packaging/cairo.spec b/packaging/cairo.spec
index 720b9c5..308e8b4 100644
--- a/packaging/cairo.spec
+++ b/packaging/cairo.spec
@@ -1,5 +1,4 @@
%bcond_without cairo_xcb_backend
-%bcond_without cairo_gl_backend
%bcond_with wayland
%bcond_with x
%bcond_with desktop
@@ -24,7 +23,6 @@ BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(pixman-1)
BuildRequires: which
-%if %{with cairo_gl_backend}
%if %{with x} && %{with desktop}
BuildRequires: pkgconfig(gl)
%endif
@@ -32,7 +30,6 @@ BuildRequires: pkgconfig(glesv2)
%if %{with wayland}
BuildRequires: pkgconfig(wayland-egl)
%endif
-%endif
%if %{with x}
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(x11)
@@ -136,10 +133,8 @@ NOCONFIGURE=1 ./autogen.sh
--with-pic \
--enable-fc \
--enable-ft \
-%if %{with cairo_gl_backend}
--enable-egl \
--enable-glesv2=yes \
-%endif
--enable-ps \
--enable-pdf \
--enable-script \