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 (1406B)


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