From: Rusty Lynch Date: Thu, 25 Oct 2012 20:07:59 +0000 (-0700) Subject: Fix build to link against the real gl libraries X-Git-Tag: accepted/2.0/20130319.170812~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F3180%2F1;p=profile%2Fivi%2Fcairo.git Fix build to link against the real gl libraries --- diff --git a/packaging/cairo.changes b/packaging/cairo.changes new file mode 100644 index 0000000..456771c --- /dev/null +++ b/packaging/cairo.changes @@ -0,0 +1,3 @@ +* Thu Oct 25 2012 Rusty Lynch 09c60da +- Start building against the proper gl libraries + diff --git a/packaging/cairo.spec b/packaging/cairo.spec index f584c34..7ba027b 100644 --- a/packaging/cairo.spec +++ b/packaging/cairo.spec @@ -26,7 +26,9 @@ BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-render) BuildRequires: pkgconfig(xcb-renderutil) BuildRequires: pkgconfig(xcb-shm) -BuildRequires: pkgconfig(opengl-es-20) +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(glesv2) #BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: binutils-devel BuildRequires: which