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, 3 insertions, 2 deletions
diff --git a/packaging/cairo.spec b/packaging/cairo.spec
index adbfce2..7a976c2 100644
--- a/packaging/cairo.spec
+++ b/packaging/cairo.spec
@@ -24,14 +24,15 @@ BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(pixman-1)
BuildRequires: which
%if %{with cairo_gl_backend}
+%if !%{without x}
BuildRequires: pkgconfig(gl)
+%endif
BuildRequires: pkgconfig(glesv2)
%if %{with wayland}
BuildRequires: pkgconfig(wayland-egl)
%endif
%endif
-%if %{without x}
-%else
+%if !%{without x}
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xrender)