Use dynamic implib wrapper for all X11 libs
This commit is contained in:
parent
3938a661be
commit
1fcefa4a08
18 changed files with 124 additions and 33 deletions
|
@ -27,8 +27,11 @@ RUN \
|
|||
-delete && \
|
||||
mkdir /opt/ffbuild
|
||||
|
||||
RUN git clone --filter=blob:none --depth=1 https://github.com/yugr/Implib.so /opt/implib
|
||||
|
||||
ADD toolchain.cmake /toolchain.cmake
|
||||
ADD cross.meson /cross.meson
|
||||
ADD gen-implib.sh /usr/bin/gen-implib
|
||||
|
||||
ENV PATH="/opt/ct-ng/bin:${PATH}" \
|
||||
FFBUILD_TARGET_FLAGS="--pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue