diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-18 18:59:29 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-18 18:59:29 +0000 |
| commit | 5385e7bf5b848d8ecf2478665117eb41e734dde5 (patch) | |
| tree | a3419a278c6208d79e9a69214e6bfcfd683953b6 /build_patches/ui_cmake.patch | |
| parent | 5e8304eb8db4cbe83a5bcb22c1774c264d1e8f81 (diff) | |
add ladybird patches for build
Diffstat (limited to 'build_patches/ui_cmake.patch')
| -rw-r--r-- | build_patches/ui_cmake.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/build_patches/ui_cmake.patch b/build_patches/ui_cmake.patch new file mode 100644 index 0000000..12a318f --- /dev/null +++ b/build_patches/ui_cmake.patch @@ -0,0 +1,13 @@ +diff --git a/UI/CMakeLists.txt b/UI/CMakeLists.txt +index d02cec2d..ce8a1943 100644 +--- a/UI/CMakeLists.txt ++++ b/UI/CMakeLists.txt +@@ -49,6 +49,8 @@ endfunction() + # Select UI Framework + if (ENABLE_QT) + add_subdirectory(Qt) ++elseif (ENABLE_QUARTZ) ++ add_subdirectory(quartz) + elseif (APPLE) + add_subdirectory(AppKit) + elseif(ANDROID) |
