summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-03-01 01:18:16 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-13 20:38:18 +0200
commit793ca2b2bfe58cd1e23f67a3ffe3e50952614b5c (patch)
tree0bcf236bc8d74fe0d77af276e17f1b0721b97f75 /src
parentecdbcd3b9fba30cdc82ebcbdd19da4c92fd64d25 (diff)
downloadlibayatana-common-793ca2b2bfe58cd1e23f67a3ffe3e50952614b5c.tar.gz
libayatana-common-793ca2b2bfe58cd1e23f67a3ffe3e50952614b5c.tar.bz2
libayatana-common-793ca2b2bfe58cd1e23f67a3ffe3e50952614b5c.zip
src/CMakeLists.txt: Install GIR files to gir(|epository)-1.2 (instead of 1.0).
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8da66c0..0b1822f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -51,7 +51,7 @@ if (INTROSPECTION_FOUND)
--output "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.gir"
)
- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.gir" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/gir-1.0")
+ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.gir" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/gir-1.2")
# AyatanaCommon.typelib
@@ -66,7 +66,7 @@ if (INTROSPECTION_FOUND)
-o "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.typelib"
)
- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.typelib" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}/girepository-1.0")
+ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.typelib" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}/girepository-1.2")
# AyatanaCommon.vapi