"cairo_gl_backend" option seems unuseless.
Change-Id: I0ffc01656f3000c8ca4258d41114ab29d209c8c6
%bcond_without cairo_xcb_backend
-%bcond_without cairo_gl_backend
%bcond_with wayland
%bcond_with x
%bcond_with desktop
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(pixman-1)
BuildRequires: which
-%if %{with cairo_gl_backend}
%if %{with x} && %{with desktop}
BuildRequires: pkgconfig(gl)
%endif
%if %{with wayland}
BuildRequires: pkgconfig(wayland-egl)
%endif
-%endif
%if %{with x}
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(x11)
--with-pic \
--enable-fc \
--enable-ft \
-%if %{with cairo_gl_backend}
--enable-egl \
--enable-glesv2=yes \
-%endif
--enable-ps \
--enable-pdf \
--enable-script \