mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:27:45 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
#include <WebContent/WebContentClientEndpoint.h>
|
#include <WebContent/WebContentClientEndpoint.h>
|
||||||
#include <WebContent/WebDriverConnection.h>
|
#include <WebContent/WebDriverConnection.h>
|
||||||
|
|
||||||
#ifdef AK_OS_LINUX
|
#ifdef HAS_ACCELERATED_GRAPHICS
|
||||||
# include <LibWeb/Painting/PaintingCommandExecutorGPU.h>
|
# include <LibWeb/Painting/PaintingCommandExecutorGPU.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue