Skip to content

Commit c4053eb

Browse files
committed
Fix X11 defines breaking the build
1 parent c655d2f commit c4053eb

File tree

1 file changed

+3
-0
lines changed
  • Sources/Plasma/Apps/plClient/linux

1 file changed

+3
-0
lines changed

Sources/Plasma/Apps/plClient/linux/main.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ You can contact Cyan Worlds, Inc. by email [email protected]
5454
#include <xcb/xproto.h>
5555
#include <X11/Xlib-xcb.h>
5656

57+
// Undefine the problematic X11 stuff
58+
#undef Status
59+
5760
#include "HeadSpin.h"
5861
#include "plCmdParser.h"
5962
#include "plPipeline.h"

0 commit comments

Comments
 (0)