mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
fix(es-de): remove ICU dependency and update build options for ES-DE for statically linking it
This commit is contained in:
parent
9011a660e2
commit
6613533160
|
@ -192,27 +192,19 @@ modules:
|
||||||
url: https://github.com/webmproject/libvpx/archive/refs/tags/v1.15.0.tar.gz
|
url: https://github.com/webmproject/libvpx/archive/refs/tags/v1.15.0.tar.gz
|
||||||
sha256: e935eded7d81631a538bfae703fd1e293aad1c7fd3407ba00440c95105d2011e
|
sha256: e935eded7d81631a538bfae703fd1e293aad1c7fd3407ba00440c95105d2011e
|
||||||
|
|
||||||
# Needed from ES-DE 3.2.0+
|
|
||||||
- name: icu
|
|
||||||
buildsystem: autotools
|
|
||||||
builddir: true
|
|
||||||
subdir: icu/source
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz
|
|
||||||
sha256: 68db082212a96d6f53e35d60f47d38b962e9f9d207a74cfac78029ae8ff5e08c
|
|
||||||
dest: icu
|
|
||||||
|
|
||||||
- name: ES-DE
|
- name: ES-DE
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DRETRODECK=on
|
- -DRETRODECK=on
|
||||||
|
- -DCMAKE_PREFIX_PATH=/app
|
||||||
|
- -DICU_USE_STATIC_LIBS=ON
|
||||||
|
- -DICU_ROOT=/app
|
||||||
build-options:
|
build-options:
|
||||||
cflags: -I/app/include
|
cflags: -I/app/include
|
||||||
ldflags: -L/app/lib
|
ldflags: -L/app/lib -licuuc -licudata
|
||||||
cleanup:
|
cleanup:
|
||||||
- es-app
|
- es-app
|
||||||
- es-core
|
- es-core
|
||||||
sources:
|
sources:
|
||||||
- type: dir
|
- type: dir
|
||||||
path: ./
|
path: ./
|
||||||
|
|
Loading…
Reference in a new issue