Always enable gl backend. 54/20854/1 tizen_3.0.m14.2_ivi accepted/tizen/common/20140519.223839 submit/tizen/20140513.084942 submit/tizen/20140519.045723 submit/tizen_ivi/20140618.000000 submit/tizen_ivi/20140618.000001 submit/tizen_ivi/20140618.000002 submit/tizen_ivi/20140618.000003 submit/tizen_ivi/20140619.000000 submit/tizen_ivi/20140622.000000 submit/tizen_ivi/20140623.000000 submit/tizen_ivi/20140624.064036 submit/tizen_ivi/20140626.042134 submit/tizen_ivi/20140626.045032 submit/tizen_ivi/20140626.125712 tizen_3.0.m14.2_ivi_release
authorBoram Park <boram1288.park@samsung.com>
Fri, 9 May 2014 06:13:07 +0000 (15:13 +0900)
committerBoram Park <boram1288.park@samsung.com>
Tue, 13 May 2014 08:01:47 +0000 (17:01 +0900)
"cairo_gl_backend" option seems unuseless.

Change-Id: I0ffc01656f3000c8ca4258d41114ab29d209c8c6

packaging/cairo.spec

index 720b9c5..308e8b4 100644 (file)
@@ -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 \