Files
packages/anda/lib/inputtino/fix-pkgconfig-install-location.patch
2026-01-05 19:57:43 -06:00

14 lines
443 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2546b78..c6ca674 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -174,7 +174,7 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
@ONLY
)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libinputtino.pc
- DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig)
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
endif ()
endif ()