summaryrefslogtreecommitdiff
path: root/build_patches/lagom_options.patch
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-18 18:59:29 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-18 18:59:29 +0000
commit5385e7bf5b848d8ecf2478665117eb41e734dde5 (patch)
treea3419a278c6208d79e9a69214e6bfcfd683953b6 /build_patches/lagom_options.patch
parent5e8304eb8db4cbe83a5bcb22c1774c264d1e8f81 (diff)
add ladybird patches for build
Diffstat (limited to 'build_patches/lagom_options.patch')
-rw-r--r--build_patches/lagom_options.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/build_patches/lagom_options.patch b/build_patches/lagom_options.patch
new file mode 100644
index 0000000..da4f590
--- /dev/null
+++ b/build_patches/lagom_options.patch
@@ -0,0 +1,10 @@
+diff --git a/Meta/CMake/lagom_options.cmake b/Meta/CMake/lagom_options.cmake
+index cd4a0e15..fe886cd4 100644
+--- a/Meta/CMake/lagom_options.cmake
++++ b/Meta/CMake/lagom_options.cmake
+@@ -30,3 +30,5 @@ if (ANDROID OR APPLE)
+ else()
+ ladybird_option(ENABLE_QT ON CACHE BOOL "Build ladybird application using Qt GUI")
+ endif()
++
++ladybird_option(ENABLE_QUARTZ OFF CACHE BOOL "Build ladybird application using Quartz GUI")