forked from pool/telegram-desktop
Accepting request 1099694 from server:messaging
- Relax _constraints for Arm targets - Disable neon on armv7 since the build of libyuv breaks with neon on armv7 and some armv7 SoC does not include neon anyway (forwarded request 1099688 from Guillaume_G) OBS-URL: https://build.opensuse.org/request/show/1099694 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegram-desktop?expand=0&rev=92
This commit is contained in:
commit
73e9f7855d
@ -13,11 +13,10 @@
|
|||||||
<arch>aarch64</arch>
|
<arch>aarch64</arch>
|
||||||
<arch>armv7l</arch>
|
<arch>armv7l</arch>
|
||||||
<arch>armv6l</arch>
|
<arch>armv6l</arch>
|
||||||
<arch>i586</arch>
|
|
||||||
</conditions>
|
</conditions>
|
||||||
<hardware>
|
<hardware>
|
||||||
<physicalmemory>
|
<physicalmemory>
|
||||||
<size unit="G">8</size>
|
<size unit="G">5</size>
|
||||||
</physicalmemory>
|
</physicalmemory>
|
||||||
<memoryperjob>
|
<memoryperjob>
|
||||||
<size unit="M">1024</size>
|
<size unit="M">1024</size>
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 20 08:07:41 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Relax _constraints for Arm targets
|
||||||
|
- Disable neon on armv7 since the build of libyuv breaks with
|
||||||
|
neon on armv7 and some armv7 SoC does not include neon anyway
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 17 13:14:40 UTC 2023 - Илья Индиго <ilya@ilya.cf>
|
Mon Jul 17 13:14:40 UTC 2023 - Илья Индиго <ilya@ilya.cf>
|
||||||
|
|
||||||
|
@ -269,6 +269,9 @@ mkdir -p out/Release
|
|||||||
cd out/Release
|
cd out/Release
|
||||||
cmake -G Ninja \
|
cmake -G Ninja \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
%ifarch armv7l armv7hl
|
||||||
|
-DTG_OWT_ARCH_ARMV7_USE_NEON=OFF \
|
||||||
|
%endif
|
||||||
-DTG_OWT_SPECIAL_TARGET=linux \
|
-DTG_OWT_SPECIAL_TARGET=linux \
|
||||||
-DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/include \
|
-DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/include \
|
||||||
-DTG_OWT_OPENSSL_INCLUDE_PATH=/usr/include/openssl \
|
-DTG_OWT_OPENSSL_INCLUDE_PATH=/usr/include/openssl \
|
||||||
|
Loading…
Reference in New Issue
Block a user