Remove mentions of dbus-tqt as it is not actually used

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
master
Alexander Golubev 6 days ago committed by Fat-Zer
parent 433b3113a3
commit 9aff9db6c1

@ -25,7 +25,6 @@ Requirements:
- libXv
- libX11
- dbus-1
- dbus-tqt
- dbus-glib-1
- nspr
- gtk+-2.0

@ -10,7 +10,6 @@ include_directories(
${XINE_INCLUDE_DIRS}
${NSPR_INCLUDE_DIRS}
${DBUS_INCLUDE_DIRS}
${DBUS-TQT_INCLUDE_DIRS}
${GSTREAMER_INCLUDE_DIRS}
${GSTREAMER_VIDEO_INCLUDE_DIRS}
${GSTREAMER_PLUGIN_INCLUDE_DIRS}
@ -33,7 +32,6 @@ link_directories(
${XINE_LIBRARY_DIRS}
${NSPR_LIBRARY_DIRS}
${DBUS_LIBRARY_DIRS}
${DBUS-TQT_LIBRARY_DIRS}
${GSTREAMER_LIBRARY_DIRS}
${GSTREAMER_VIDEO_LIBRARY_DIRS}
${GSTREAMER_PLUGIN_LIBRARY_DIRS}
@ -77,7 +75,6 @@ tde_add_library( kmplayercommon SHARED AUTOMOC
${NSPR_LIBRARIES}
${DBUS_LIBRARIES}
${GSTREAMER_LIBRARIES}
${DBUS-TQT_LIBRARIES}
VERSION 1.0.0

Loading…
Cancel
Save