Skip to content

Commit

Permalink
Fixed rtkit feature guard
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 27, 2019
1 parent 84dc44e commit 191fe25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/linux/SDL_threadprio.c
Expand Up @@ -30,8 +30,9 @@
#include <pthread.h>
#include "SDL_system.h"

#if HAVE_DBUS_DBUS_H
#include "SDL_dbus.h"

#if SDL_USE_LIBDBUS
/* d-bus queries to org.freedesktop.RealtimeKit1. */
#define RTKIT_DBUS_NODE "org.freedesktop.RealtimeKit1"
#define RTKIT_DBUS_PATH "/org/freedesktop/RealtimeKit1"
Expand Down

0 comments on commit 191fe25

Please sign in to comment.