SDL: cmake: don't link to libdbus (see note in SDL_dbus.c)

From c950018fe0f96c0c6bb8e48db99018bc3b19ec8b Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Wed, 15 Jun 2022 03:07:41 +0200
Subject: [PATCH] cmake: don't link to libdbus (see note in SDL_dbus.c)

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9a6a49b6284..913108f9bc6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1386,7 +1386,6 @@ elseif(UNIX AND NOT APPLE AND NOT ANDROID AND NOT RISCOS AND NOT HAIKU)
       if(DBUS_FOUND)
         set(HAVE_DBUS_DBUS_H TRUE)
         target_include_directories(sdl-build-options INTERFACE "${DBUS_INCLUDE_DIRS}")
-        list(APPEND EXTRA_LIBS ${DBUS_LIBRARIES})
         # Fcitx need only dbus.
         set(HAVE_FCITX TRUE)
       endif()