logo

etc_portage

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

0005-Source-cmake-OptionsGTK.cmake-Add-note-on-fixing-CMa.patch (1129B)


  1. From 98bdef76f9fbce2bc8a7bf43b803a3750bbaa358 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 05/15] 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 0db51e8a..c9ef7e79 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