From 093fed6fd6445dbce3d30e7eeed1f82866dc6c1d Mon Sep 17 00:00:00 2001 From: David Steele Date: Thu, 20 Jul 2023 17:24:57 +0100 Subject: [PATCH] Fixed LIBUV_X11 profile build Change-Id: I8f9b51d7ba6368e2b6c25965e7297161a5f3349c --- dali/internal/system/file.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali/internal/system/file.list b/dali/internal/system/file.list index 898d703..fe2d8a5 100644 --- a/dali/internal/system/file.list +++ b/dali/internal/system/file.list @@ -81,7 +81,7 @@ SET( adaptor_system_libuv_src_files ${adaptor_system_dir}/generic/shared-file-operations-generic.cpp ${adaptor_system_dir}/libuv/callback-manager-libuv.cpp ${adaptor_system_dir}/libuv/file-descriptor-monitor-libuv.cpp - ${adaptor_system_dir}/linuv/system-factory-libuv.cpp + ${adaptor_system_dir}/libuv/system-factory-libuv.cpp ${adaptor_system_dir}/libuv/timer-impl-libuv.cpp ${adaptor_system_dir}/ubuntu-x11/logging-x.cpp ${adaptor_system_dir}/ubuntu-x11/system-settings-x.cpp -- 2.7.4