Commit a093204f authored by Raphael Kubo da Costa's avatar Raphael Kubo da Costa Committed by The Qt Project
Browse files

EGL convenience: Guard Linux-specific code with Q_OS_LINUX.


Instead of "blacklisting" Unix platforms that don't have Linux headers,
do the opposite and check for Q_OS_LINUX in the framebuffer code that
has Linux-specific code.

This should help fix the build on other Unices, such as the BSDs.

Change-Id: Icb6edf34bb20c9a98843b6dc0e2a87ee71fcd046
Reviewed-by: default avatarLaszlo Agocs <laszlo.agocs@digia.com>
parent f7308e00
No related merge requests found
Showing with 3 additions and 3 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment