summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-demos
Commit message (Collapse)AuthorAgeFilesLines
* mesa-demos: fix build issue with gcc dso linking changeNitin A Kamble2011-02-071-0/+23
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libpthread library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>