aboutsummaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-06-08 15:51:25 +0200
committerRobert Tari <robert@tari.in>2021-06-08 15:51:25 +0200
commit54f117490ba595a437ea2255689127a9d118284c (patch)
tree0bfaabedaa2ecef44bca504840fc64d11f65e43c /data/CMakeLists.txt
parente11bf6e8d7795cb76fea3b83ed1d6fed5a86e1b9 (diff)
parent7f9c75d88fe6d9f710d60885253b0c748cf096d8 (diff)
downloadayatana-ido-54f117490ba595a437ea2255689127a9d118284c.tar.gz
ayatana-ido-54f117490ba595a437ea2255689127a9d118284c.tar.bz2
ayatana-ido-54f117490ba595a437ea2255689127a9d118284c.zip
Merge branch 'sunweaver-pr/conditional-build-of-GIR-and-VAPI'
Attributes GH PR #42: https://github.com/AyatanaIndicators/ayatana-ido/pull/42
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 2f15bf6..92df24c 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -1,4 +1,4 @@
# libayatana-ido3-0.4.pc
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/libayatana-ido3-0.4.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.pc" @ONLY)
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/pkgconfig/")
+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.pc" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}/pkgconfig/")