diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-21 09:51:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-21 16:46:57 +0900 |
| commit | 5931ac6f6c7cbb774a33575db26ae8cfd1d79ecb (patch) | |
| tree | d5b98fb766e42eec603e73c1f8364b69d2056539 /ConfigureChecks.cmake | |
| parent | ffd1a2b23bb4f8e2c7e5e2b32ea52e1798de1a55 (diff) | |
| download | kmplayer-5931ac6f.tar.gz kmplayer-5931ac6f.zip | |
Remove unused code that was causing a dependency on dbus-tqt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a8aa919300c70ce5d3cf8e706eb2980ad56a8c01)
Diffstat (limited to 'ConfigureChecks.cmake')
| -rw-r--r-- | ConfigureChecks.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 00b1c77..1a82077 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -84,7 +84,6 @@ endif( WITH_XTEST ) if ( BUILD_KNPPLAYER ) pkg_search_module( DBUS dbus-1 ) - pkg_search_module( DBUS-TQT dbus-tqt ) pkg_search_module( NSPR nspr ) pkg_search_module( GTK2 gtk+-2.0 ) pkg_search_module( GLIB2 glib-2.0 ) @@ -93,7 +92,7 @@ if ( BUILD_KNPPLAYER ) pkg_search_module( GMODULE2 gmodule-2.0 ) pkg_search_module( DBUS-GLIB dbus-glib-1 ) - if( DBUS_FOUND AND DBUS-TQT_FOUND ) + if( DBUS_FOUND ) set( HAVE_DBUS 1 ) else() tde_message_fatal( "Dbus is required but dbus was not found on your system." ) |
