diff options
| author | Dimitri John Ledkov <xnox@ubuntu.com> | 2017-04-25 17:57:44 +0000 | 
|---|---|---|
| committer | Bileto Bot <ci-train-bot@canonical.com> | 2017-04-25 17:57:44 +0000 | 
| commit | 4ee7834678d64d8ea54136267765493915624735 (patch) | |
| tree | 664ab42ab52c0f087eb96fbceb17464517728336 /tests | |
| parent | 475710d056242663bba8e6441c5f12f23d00b9d8 (diff) | |
| parent | 8974a97a7831eee1472f3009e12424a5bb6e1b59 (diff) | |
Drop libupstart-dev dependency, and simply include verbantim dbus object paths.
Approved by: Marco Trevisan (TreviƱo) (bzr r4231)
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}")  | 
