[evolution-data-server/wip/mcrha/gtk4] Correct the libedataserverui4 build script typos



commit a2db37cd7abff840a9fa838baab2f48af3987cd1
Author: Milan Crha <mcrha redhat com>
Date:   Tue Oct 19 13:34:51 2021 +0200

    Correct the libedataserverui4 build script typos

 src/libedataserverui/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libedataserverui/CMakeLists.txt b/src/libedataserverui/CMakeLists.txt
index 708ace910..77b8621c1 100644
--- a/src/libedataserverui/CMakeLists.txt
+++ b/src/libedataserverui/CMakeLists.txt
@@ -157,7 +157,7 @@ if(ENABLE_GTK4)
 set(GTK_DEPENDENCY gtk4)
 set(UI_VERSION 4)
 set(UI_API_VERSION ${LIBEDATASERVERUI4_API_VERSION})
-add_pkgconfig_file(libedataserverui.pc.in libedataserverui4-${UI_API_VERSION}.pc)
+add_pkgconfig_file(libedataserverui.pc.in libedataserverui${UI_VERSION}-${UI_API_VERSION}.pc)
 
 set(SOURCES
        e-buffer-tagger.c
@@ -201,9 +201,9 @@ add_dependencies(edataserverui${UI_VERSION}
        ${DEPENDENCIES}
 )
 
-set_target_properties(edataserverui PROPERTIES
+set_target_properties(edataserverui${UI_VERSION} PROPERTIES
        VERSION "${LIBEDATASERVERUI4_CURRENT}.${LIBEDATASERVERUI4_REVISION}.${LIBEDATASERVERUI4_AGE}"
-       SOVERSION ${LIBEDATASERVERUI_CURRENT}
+       SOVERSION ${LIBEDATASERVERUI4_CURRENT}
        OUTPUT_NAME edataserverui${UI_VERSION}-${UI_API_VERSION}
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]