[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Restore support for large cursor on linux X11 VM (#424)

Nicolas Cellier notifications at github.com
Tue Sep 3 14:01:22 UTC 2019


Large cursor support is present but optional on X11
It is triggered by compiler define HAVE_LIBXRENDER
It depends on availability of Xrender library which is an optional X extension
Try to test presence of header and library in configure macro
Note that it is also necessary to install the proper package
e.g. on debian flavours

	sudo apt-get install libxrender-dev
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/424

-- Commit Summary --

  * Restore support for large cursor on linux X11 VM

-- File Changes --

    M platforms/unix/vm-display-X11/acinclude.m4 (5)
    M scripts/ci/travis_install.sh (4)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/424.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/424.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/424
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190903/8ed1a8c0/attachment.html>


More information about the Vm-dev mailing list