mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Linux: Added X11Symbols and WebKitSymbols singletons to dynamically load X11 and WebKit library functions at runtime
This commit is contained in:
parent
ffb7b0730d
commit
fe61354c21
21 changed files with 1835 additions and 959 deletions
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
//==============================================================================
|
||||
/** Config: JUCE_WEB_BROWSER
|
||||
This lets you disable the WebBrowserComponent class (Mac and Windows).
|
||||
This lets you disable the WebBrowserComponent class (Mac, Windows, and Linux).
|
||||
If you're not using any embedded web-pages, turning this off may reduce your code size.
|
||||
*/
|
||||
#ifndef JUCE_WEB_BROWSER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue