WebContent: Fix checking for accelerated graphics
What matters here is whether or not we can use LibAccelGfx and OpenGL, not whether the kernel is Linux.
This commit is contained in:
parent
21b946791e
commit
38a368c8f6
Notes:
sideshowbarker
2024-07-17 18:23:22 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/38a368c8f6 Pull-request: https://github.com/SerenityOS/serenity/pull/21780
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <WebContent/WebContentClientEndpoint.h>
|
||||
#include <WebContent/WebDriverConnection.h>
|
||||
|
||||
#ifdef AK_OS_LINUX
|
||||
#ifdef HAS_ACCELERATED_GRAPHICS
|
||||
# include <LibWeb/Painting/PaintingCommandExecutorGPU.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue