diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-03-03 06:56:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-03-03 07:00:55 +0100 |
commit | bd091932f757bb2f7b4eac4068e5b1d9d25fd13b (patch) | |
tree | 42d452550f4e10c3d5f08e32865b3f61488645d8 /package/webkitgtk/patches/patch-Source_PlatformGTK_cmake | |
parent | 92ab1f5a9b8413e15b8cc6f5a896354f88a47f87 (diff) |
remove midori, it needs libpeas, which needs gobject-introspection
I am not able to cross-compile gobject-introspection and not ever
willing to try it again. It's a mess. Update all packages required
on the way to midori, which now will be removed. sorry.
Diffstat (limited to 'package/webkitgtk/patches/patch-Source_PlatformGTK_cmake')
-rw-r--r-- | package/webkitgtk/patches/patch-Source_PlatformGTK_cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/webkitgtk/patches/patch-Source_PlatformGTK_cmake b/package/webkitgtk/patches/patch-Source_PlatformGTK_cmake deleted file mode 100644 index 863e86475..000000000 --- a/package/webkitgtk/patches/patch-Source_PlatformGTK_cmake +++ /dev/null @@ -1,7 +0,0 @@ ---- webkitgtk-2.12.0.orig/Source/PlatformGTK.cmake 2016-03-17 08:51:05.000000000 +0100 -+++ webkitgtk-2.12.0/Source/PlatformGTK.cmake 2016-04-03 10:54:31.244767406 +0200 -@@ -1,4 +1,3 @@ --add_subdirectory(${WEBCORE_DIR}/platform/gtk/po) - - # This allows exposing a 'gir' target which builds all GObject introspection files. - if (ENABLE_INTROSPECTION) |