summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb
Commit message (Collapse)AuthorAgeFilesLines
* x11vnc: Upgrade to 0.9.13Zhai Edwin2011-12-021-22/+0
| | | | | | | (From OE-Core rev: 69658a1ab2d13ca2d89cca255a634e980127d7ac) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* PR Bump for OpenSSL 1.0Saul Wold2011-11-301-1/+1
| | | | | | | (From OE-Core rev: 59923e66e85471acdb70d72082a8906c69b17720) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x11vnc: fix SRC_URIKoen Kooi2011-04-181-1/+1
| | | | | | | | | The download structure got changed at some point and made this recipe unfetchable (From OE-Core rev: 98bd7497c9fa904b01e4984e34d61daac54b2fab) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x11vnc: fix the endian issue in mips for bug 782Yu Ke2011-03-041-1/+4
| | | | | | | | | | | | | | | | | | | | | | x11vnc use LIBVNCSERVER_WORDS_BIGENDIAN to handle the endian, however it is not set correctly when cross-compile for mips, thus x11vnc mips does not work correctly. meanwhile, x11vnc has the autconf macro AC_C_BIGENDIAN which can handle the endian correctly. so this patch replace the LIBVNCSERVER_WORDS_BIGENDIAN with WORDS_BIGENDIAN (generated by AC_C_BIGENDIAN) to fix this issue. this patch fix the bug [YOCTO #782] this appraoch is suggested by Khem Raj CC: Khem Raj <raj.khem@gmail.com> (From OE-Core rev: da4b22c8bdf00813164d8830e52e1d6ad35cdd94) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Fixup merge error and apply cleanupsRichard Purdie2011-03-031-1/+1
| | | | | | (From OE-Core rev: a72822d315d7bc35a424b0807693ad7a3317c519) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x11vnc: Fix the start failureZhai Edwin2011-03-031-1/+2
| | | | | | | | | | | | Default parameter "-gui" and "-rfbport" make x11vnc failed to start if no "wish" installed. [BUGID #781] got fixed. (From OE-Core rev: 1e1b59cd94a3fb3092b4334cd247d2d18c9e8071) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* x11vnc: Update to 0.9.12Zhai Edwin2010-12-061-0/+15
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>