summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoram Park <boram1288.park@samsung.com>2014-05-09 15:13:07 +0900
committerBoram Park <boram1288.park@samsung.com>2014-05-13 17:01:47 +0900
commit7d3296e1de73df1d3cbd9704ad51e2940e08b542 (patch)
treee1f7f61a237403c6352a3d267bdfc08c0e8a8413
parentb6d5950916dc4cf94df63fa9328a0721403f751e (diff)
downloadcairo-7d3296e1de73df1d3cbd9704ad51e2940e08b542.tar.gz
cairo-7d3296e1de73df1d3cbd9704ad51e2940e08b542.tar.bz2
cairo-7d3296e1de73df1d3cbd9704ad51e2940e08b542.zip
"cairo_gl_backend" option seems unuseless. Change-Id: I0ffc01656f3000c8ca4258d41114ab29d209c8c6
-rw-r--r--packaging/cairo.spec5
1 files changed, 0 insertions, 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 \