mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed rtkit feature guard
This commit is contained in:
parent
84dc44e24d
commit
191fe25b1a
@ -30,8 +30,9 @@
|
|||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include "SDL_system.h"
|
#include "SDL_system.h"
|
||||||
|
|
||||||
#if HAVE_DBUS_DBUS_H
|
|
||||||
#include "SDL_dbus.h"
|
#include "SDL_dbus.h"
|
||||||
|
|
||||||
|
#if SDL_USE_LIBDBUS
|
||||||
/* d-bus queries to org.freedesktop.RealtimeKit1. */
|
/* d-bus queries to org.freedesktop.RealtimeKit1. */
|
||||||
#define RTKIT_DBUS_NODE "org.freedesktop.RealtimeKit1"
|
#define RTKIT_DBUS_NODE "org.freedesktop.RealtimeKit1"
|
||||||
#define RTKIT_DBUS_PATH "/org/freedesktop/RealtimeKit1"
|
#define RTKIT_DBUS_PATH "/org/freedesktop/RealtimeKit1"
|
||||||
|
Loading…
Reference in New Issue
Block a user