https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e24182f8c005482847f5a…
commit e24182f8c005482847f5a530c1086734f2ac3868
Author: Jérôme Gardou <jerome.gardou(a)reactos.org>
AuthorDate: Sat Apr 6 14:00:23 2019 +0200
Commit: Jérôme Gardou <zefklop(a)users.noreply.github.com>
CommitDate: Sat Apr 6 17:43:38 2019 +0200
[GDI32] Use correct dependenxy for the winegdi library
---
win32ss/gdi/gdi32/wine/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/win32ss/gdi/gdi32/wine/CMakeLists.txt
b/win32ss/gdi/gdi32/wine/CMakeLists.txt
index 861ca575b7..63e139cd8c 100644
--- a/win32ss/gdi/gdi32/wine/CMakeLists.txt
+++ b/win32ss/gdi/gdi32/wine/CMakeLists.txt
@@ -23,4 +23,4 @@ list(APPEND SOURCE
rosglue.c)
add_library(winegdi ${SOURCE})
-add_dependencies(winegdi xdk)
+add_dependencies(winegdi psdk)