Enable GLES
authorYan Wang <yan.wang@linux.intel.com>
Thu, 12 Sep 2013 02:31:00 +0000 (10:31 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Fri, 22 Nov 2013 02:03:08 +0000 (10:03 +0800)
Change-Id: Ie3d02a6d9472fd9385eec34cf8954a404d771e0e

packaging/cairo.spec

index 23b6199..b32ae3c 100644 (file)
@@ -30,6 +30,7 @@ BuildRequires:  pkgconfig(xcb-shm)
 %endif
 %if %{with cairo_gl_backend}
 BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glesv2)
 %if %{with wayland}
 BuildRequires: pkgconfig(wayland-egl)
 %endif
@@ -129,12 +130,9 @@ NOCONFIGURE=1 ./autogen.sh
     --enable-fc \
     --enable-ft \
 %if %{with cairo_gl_backend}
-    --enable-gl  \
     --enable-egl \
-%ifnarch %ix86 x86_64
     --enable-glesv2=yes \
 %endif
-%endif
     --enable-ps \
     --enable-pdf \
     --enable-script \