From: Peter Michael Green Date: Tue, 31 Dec 2024 10:47:48 +0000 (+0000) Subject: update quilt patch. X-Git-Tag: archive/raspbian/1%0.1.110-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d344850eb0511e717c1b5439a28a94560acae3a;p=babl.git update quilt patch. --- diff --git a/debian/patches/disable-neon.patch b/debian/patches/disable-neon.patch index cbe5eeb..9475d05 100644 --- a/debian/patches/disable-neon.patch +++ b/debian/patches/disable-neon.patch @@ -2,20 +2,21 @@ Description: Disable neon support it seems to assume armv8 neon which not all systems have. Author: Peter Michael Green -Index: babl-0.1.92/babl/base/meson.build -=================================================================== ---- babl-0.1.92.orig/babl/base/meson.build -+++ babl-0.1.92/babl/base/meson.build -@@ -44,13 +44,13 @@ if host_cpu_family == 'x86_64' - endif +diff --git a/babl/base/meson.build b/babl/base/meson.build +index 1084d8e..b6e25e3 100644 +--- a/babl/base/meson.build ++++ b/babl/base/meson.build +@@ -43,14 +43,13 @@ if host_cpu_family == 'x86_64' + endif +- -if host_cpu_family == 'arm' - - babl_base_arm_neon = static_library('babl_base-arm-neon', - babl_base_sources, - include_directories: [rootInclude, bablInclude], -- dependencies: [math, lcms], +- dependencies: [math, lcms, log], - c_args: common_c_flags + arm_neon_flags - ) - @@ -25,7 +26,7 @@ Index: babl-0.1.92/babl/base/meson.build +# babl_base_arm_neon = static_library('babl_base-arm-neon', +# babl_base_sources, +# include_directories: [rootInclude, bablInclude], -+# dependencies: [math, lcms], ++# dependencies: [math, lcms, log], +# c_args: common_c_flags + arm_neon_flags +# ) +#