Skip to content

Commit

Permalink
Fix X11 defines breaking the build
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Aug 8, 2024
1 parent dd6bc64 commit 9644a2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Plasma/Apps/plClient/linux/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <xcb/xproto.h>
#include <X11/Xlib-xcb.h>

// Undefine the problematic X11 stuff
#undef Status

#include "HeadSpin.h"
#include "plCmdParser.h"
#include "plPipeline.h"
Expand Down

0 comments on commit 9644a2a

Please sign in to comment.