From: Boram Park Date: Fri, 9 May 2014 06:13:07 +0000 (+0900) Subject: Always enable gl backend. X-Git-Tag: submit/tizen_ivi/20140619.000000 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_ivi%2F20140619.000000;p=platform%2Fupstream%2Fcairo.git Always enable gl backend. "cairo_gl_backend" option seems unuseless. Change-Id: I0ffc01656f3000c8ca4258d41114ab29d209c8c6 --- 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 \