Fix wrong use of pkg_ui variable in CMakeLists.txt 87/160187/1
authorSemun Lee <semun.lee@samsung.com>
Wed, 15 Nov 2017 01:00:26 +0000 (10:00 +0900)
committerSemun Lee <semun.lee@samsung.com>
Wed, 15 Nov 2017 01:01:29 +0000 (10:01 +0900)
Change-Id: I18b48414e19febb86c71bd5b9aca694517306c20
Signed-off-by: Semun Lee <semun.lee@samsung.com>
CMakeLists.txt

index 2a2289b..10deb6b 100644 (file)
@@ -70,7 +70,7 @@ ADD_LIBRARY(${APPCORE_UI} SHARED ${SRCS_ui})
 SET_TARGET_PROPERTIES(${APPCORE_UI} PROPERTIES SOVERSION ${MAJORVER})
 SET_TARGET_PROPERTIES(${APPCORE_UI} PROPERTIES VERSION ${FULLVER})
 SET_TARGET_PROPERTIES(${APPCORE_UI} PROPERTIES COMPILE_FLAGS ${EXTRA_CFLAGS_ui})
-TARGET_LINK_LIBRARIES(${APPCORE_UI} ${pkg_efl_LDFLAGS} ${APPCORE_COMMON})
+TARGET_LINK_LIBRARIES(${APPCORE_UI} ${pkg_ui_LDFLAGS} ${APPCORE_COMMON})
 
 CONFIGURE_FILE(${APPCORE_UI}.pc.in ${APPCORE_UI}.pc @ONLY)