Explorar el Código

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

Anonymous Maarten hace 3 años
padre
commit
c950018fe0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      CMakeLists.txt

+ 0 - 1
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()