summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libdbus/dbus/dbus-arch-deps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libdbus/dbus/dbus-arch-deps.h')
-rw-r--r--src/3rdparty/libdbus/dbus/dbus-arch-deps.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/libdbus/dbus/dbus-arch-deps.h b/src/3rdparty/libdbus/dbus/dbus-arch-deps.h
new file mode 100644
index 00000000..29dea44f
--- /dev/null
+++ b/src/3rdparty/libdbus/dbus/dbus-arch-deps.h
@@ -0,0 +1,5 @@
+#if defined(PLATFORM_DBUS_ARCH_DEPS_H)
+# include PLATFORM_DBUS_ARCH_DEPS_H
+#else
+# error "This libdbus build is not available for this platform"
+#endif