mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Fix package resolution on Linux
This change ensures that instructions are straightforward on Ubuntu 24.04 and 22.04.
This commit is contained in:
parent
cb439c51b8
commit
c057c0d55e
3 changed files with 20 additions and 4 deletions
|
|
@ -123,7 +123,7 @@
|
|||
#elif (JUCE_LINUX || JUCE_BSD) && JUCE_WEB_BROWSER
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wzero-as-null-pointer-constant", "-Wparentheses", "-Wdeprecated-declarations")
|
||||
|
||||
// If you're missing this header, you need to install the webkit2gtk-4.0 package
|
||||
// If you're missing this header, you need to install the webkit2gtk-4.1 or webkit2gtk-4.0 package
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtkx.h>
|
||||
#include <glib-unix.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue