From 2f582bda46e84dff415b67dd376a06612afda815 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 29 Aug 2021 01:08:42 +0200 Subject: Fix missing ayatana-common library during GIR scanning --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bf2c1f6..3e4d529 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -38,6 +38,7 @@ if (INTROSPECTION_FOUND) COMMAND ${INTROSPECTION_SCANNER} utils.c utils.h + --no-libtool --namespace=AyatanaCommon --nsversion=0.0 --c-include=ayatana/common/utils.h -- cgit v1.2.3