summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-desktop/files
Commit message (Collapse)AuthorAgeFilesLines
* matchbox-desktop: add configure event handler to fix bug 658Yu Ke2011-03-161-0/+48
| | | | | | | | | | | | | | | Bug658 - "the bottom icons on Applications and All screen are cut-off in qemu" the reason is that desktop work area is not resized after window manager decoration. so add configure event handler to resize the desktop work area can fix this issue. [YOCTO #658] (From OE-Core rev: 79f160a7ac9426ec9952f7a9c40190da8b95c88d) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-desktop: fix build issue with gcc dso linking changeNitin A Kamble2011-01-201-0/+26
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 libX11 library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>