From ac5a42e4e9eb4693b2f79a51e401c66b1beea68b Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 8 Mar 2021 22:40:20 +0100 Subject: Drop --thread from vala_init --- src/CMakeLists.txt | 1 - tests/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 879fef7..60eb961 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -63,7 +63,6 @@ vala_init(ayatana-indicator-sound-service ${VALA_PKG_URLDISPATCHER} OPTIONS --ccode - --thread --target-glib=${GLIB_2_0_REQUIRED_VERSION} --vapidir=${CMAKE_SOURCE_DIR}/vapi/ --vapidir=. diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f992a83..d72fe1e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -75,7 +75,6 @@ vala_init(vala-mocks indicator-sound-service OPTIONS --ccode - --thread --vapidir=${CMAKE_BINARY_DIR}/src/ --vapidir=${CMAKE_SOURCE_DIR}/vapi/ --vapidir=. -- cgit v1.2.3