diff options
| author | Dimitri John Ledkov <xnox@ubuntu.com> | 2017-04-10 13:00:06 +0100 | 
|---|---|---|
| committer | Dimitri John Ledkov <xnox@ubuntu.com> | 2017-04-10 13:00:06 +0100 | 
| commit | 8974a97a7831eee1472f3009e12424a5bb6e1b59 (patch) | |
| tree | ebe02696277aa7f7015f5d0ff2472cc768f1d942 /tests | |
| parent | 52784a352ec43729fa65c3784f927fad30f14f23 (diff) | |
Drop libupstart-dev dependency, and simply include verbantim dbus object paths.
(bzr r4228.3.1)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 15284cde8..c6ebb8f6e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -39,7 +39,7 @@ endif (GMOCK_SOURCE_DIR)  #  # Unit tests  # -set (TEST_DEPS "${UNITY_PLUGIN_DEPS};unity>=4.99.0;libupstart;xtst") +set (TEST_DEPS "${UNITY_PLUGIN_DEPS};unity>=4.99.0;xtst")  pkg_check_modules (TEST_UNIT_DEPS REQUIRED ${TEST_DEPS})  string (REPLACE ";" " " TEST_UNIT_DEPS_CFLAGS_OTHER "${TEST_UNIT_CFLAGS_OTHER}")  | 
