From 7d3296e1de73df1d3cbd9704ad51e2940e08b542 Mon Sep 17 00:00:00 2001 From: Boram Park Date: Fri, 9 May 2014 15:13:07 +0900 Subject: [PATCH] Always enable gl backend. "cairo_gl_backend" option seems unuseless. Change-Id: I0ffc01656f3000c8ca4258d41114ab29d209c8c6 --- packaging/cairo.spec | 5 ----- 1 file changed, 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 \ -- 2.7.4