summaryrefslogtreecommitdiffstats
path: root/vcl/Executable_mtfdemo.mk
Commit message (Collapse)AuthorAgeFilesLines
* Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist2015-11-121-1/+0
| | | | | | | | | | | | The GLEW headers are enough, and what we actually use in these places. In addition to handling GL extension things in its dynamic fashion, GLEW headers also have declarations for standard, non-extension, OpenGL API, including xgl and wgl ones. Most likely we don't need mesa_headers on Windows or OS X either, and can drop them completely. Change-Id: Ic0d8d6238c862f8fe4a74e99e95344dcbf540980
* Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO2015-10-201-3/+2
| | | | | | | | | use std::sqrt in vcldemo.cxx Change-Id: I24d8ba15ee267d0cad3b063df9b7cfd8d284f4ee Reviewed-on: https://gerrit.libreoffice.org/18591 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* There are no include files in solenv/incTor Lillqvist2015-03-191-1/+0
| | | | Change-Id: I69f20c3632c0bee7a3189aaa5a96bd9fff2da222
* Remove references to unused GLUStephan Bergmann2015-03-021-1/+0
| | | | | | (after removing the one remaining use of gluErrorString in a SAL_WARN call) Change-Id: Ib94e346d73e508e69c07deafdc690e3ae0e23d4e
* vcl: add new metafile viewer demo - mainly for fdo#80503Chris Sherlock2014-12-091-0/+59
This is going to be very helpful troubleshooting problems with metafiles that just won't display. Change-Id: I661dd40e04434a9c64a0f59d9310d36444601989