logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository.

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


      1 From 392b55225fcfb75c4cd2fe67c8cd70683ea880b6 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 5/9] Source/cmake/OptionsGTK.cmake: Add note on fixing CMake
      5  defaults
      6 
      7 ---
      8  Source/cmake/OptionsGTK.cmake | 1 +
      9  1 file changed, 1 insertion(+)
     10 
     11 diff --git a/Source/cmake/OptionsGTK.cmake b/Source/cmake/OptionsGTK.cmake
     12 index aa932581..1ec9c320 100644
     13 --- a/Source/cmake/OptionsGTK.cmake
     14 +++ b/Source/cmake/OptionsGTK.cmake
     15 @@ -72,6 +72,7 @@ endif ()
     16  # Public options specific to the GTK+ port. Do not add any options here unless
     17  # there is a strong reason we should support changing the value of the option,
     18  # and the option is not relevant to any other WebKit ports.
     19 +# XXX: Do not default to optionnal stuff like USE_LIBSECRET to REQUIRED
     20  WEBKIT_OPTION_DEFINE(ENABLE_GLES2 "Whether to enable OpenGL ES 2.0." PUBLIC ${ENABLE_GLES2_DEFAULT})
     21  WEBKIT_OPTION_DEFINE(ENABLE_GTKDOC "Whether or not to use generate gtkdoc." PUBLIC OFF)
     22  WEBKIT_OPTION_DEFINE(ENABLE_INTROSPECTION "Whether to enable GObject introspection." PUBLIC ON)
     23 -- 
     24 2.21.0
     25