# HG changeset patch # User Rohit Joshi # Date 1273694154 14400 # Node ID 3bd7d606c2e3fadfde4fcbd65367f34e2a42e29d # Parent 01b2b28aaebe6fc536352c0baf05b89d4015bbb6 improve mesa receipt: split libegl (new library) diff -r 01b2b28aaebe -r 3bd7d606c2e3 mesa/receipt --- a/mesa/receipt Wed May 12 15:32:11 2010 -0400 +++ b/mesa/receipt Wed May 12 15:55:54 2010 -0400 @@ -61,4 +61,7 @@ #libGLw is included in the package libglw-mesa rm -r -f $fs/usr/lib/libGLw* + + #libEGL is included in the package libegl-mesa + rm -r -f $fs/usr/lib/libEGL* }