diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-07-16 14:19:30 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-07-16 14:19:30 +0200 |
| commit | 3e8361bd3d6d595d6c961d9ba56b5fa930e34d1e (patch) | |
| tree | a67049b3e274c9114184ca295c49580fb0edfef4 /src/CMakeLists.txt | |
| parent | 497260f5c1c57e825452b2b6e0226256ff85ed7e (diff) | |
| download | libayatana-common-3e8361bd3d6d595d6c961d9ba56b5fa930e34d1e.tar.gz libayatana-common-3e8361bd3d6d595d6c961d9ba56b5fa930e34d1e.tar.bz2 libayatana-common-3e8361bd3d6d595d6c961d9ba56b5fa930e34d1e.zip | |
Revert "src/CMakeLists.txt: Install GIR files to gir(|epository)-1.2 (instead of 1.0)."
This reverts commit 793ca2b2bfe58cd1e23f67a3ffe3e50952614b5c.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0b1822f..8da66c0 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.2") + install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.gir" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/gir-1.0") # 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.2") + install(FILES "${CMAKE_CURRENT_BINARY_DIR}/AyatanaCommon-0.1.typelib" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}/girepository-1.0") # AyatanaCommon.vapi |
