logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

0004-Source-cmake-OptionsGTK.cmake-Add-note-on-fixing-CMa.patch (1131B)


  1. From 37cab94ddd521ceb478f02ee81c2506bbf94f1a7 Mon Sep 17 00:00:00 2001
  2. From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>
  3. Date: Tue, 6 Nov 2018 15:13:28 +0100
  4. Subject: [PATCH 04/14] Source/cmake/OptionsGTK.cmake: Add note on fixing CMake
  5. defaults
  6. ---
  7. Source/cmake/OptionsGTK.cmake | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/Source/cmake/OptionsGTK.cmake b/Source/cmake/OptionsGTK.cmake
  10. index 5f269e8b1..f9543f0e3 100644
  11. --- a/Source/cmake/OptionsGTK.cmake
  12. +++ b/Source/cmake/OptionsGTK.cmake
  13. @@ -74,6 +74,7 @@ endif ()
  14. # Public options specific to the GTK port. Do not add any options here unless
  15. # there is a strong reason we should support changing the value of the option,
  16. # and the option is not relevant to any other WebKit ports.
  17. +# XXX: Do not default to optionnal stuff like USE_LIBSECRET to REQUIRED
  18. WEBKIT_OPTION_DEFINE(ENABLE_GLES2 "Whether to enable OpenGL ES 2.0." PUBLIC ${ENABLE_GLES2_DEFAULT})
  19. WEBKIT_OPTION_DEFINE(ENABLE_GTKDOC "Whether or not to use generate gtkdoc." PUBLIC OFF)
  20. WEBKIT_OPTION_DEFINE(ENABLE_INTROSPECTION "Whether to enable GObject introspection." PUBLIC ON)
  21. --
  22. 2.24.1