diff options
author | Robert Tari <robert@tari.in> | 2021-10-24 19:10:36 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-10-24 19:10:36 +0200 |
commit | adaf4e3c00a2fa02d6d7afd038ed510d40437260 (patch) | |
tree | 659c0914ce166249720f7120703fef3614cdd41e | |
parent | f72088851f69b0ddb575b5ae15e6c67be0a3d3dc (diff) | |
parent | 12f77f0c8fbc4bc0a523f9f146afc7a7162736de (diff) | |
download | libayatana-appindicator-adaf4e3c00a2fa02d6d7afd038ed510d40437260.tar.gz libayatana-appindicator-adaf4e3c00a2fa02d6d7afd038ed510d40437260.tar.bz2 libayatana-appindicator-adaf4e3c00a2fa02d6d7afd038ed510d40437260.zip |
Merge branch 'sunweaver-pr/gi-is-mandatory'
Attributes GH PR #36: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/36
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 12f3b6c..1d23671 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -132,7 +132,7 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/lib${ayatana_appindicator_gtkver}.so. # AyatanaAppIndicator{,3}-0.1.gir -find_package(GObjectIntrospection REQUIRED QUIET) +find_package(GObjectIntrospection REQUIRED) add_custom_command( OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${ayatana_appindicator_girver}-0.1.gir" |