summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-02-16 15:08:12 +0100
committerKhem Raj <raj.khem@gmail.com>2025-02-16 08:10:20 -0800
commitbdd2b5340853228e5b9b1ee39819b7e65e74b1d7 (patch)
tree693a1638e2569f1b3f975d04aa4639159d034a36 /meta-python
parent964f55887ae464e9053fc484d55f7a38f5373b7c (diff)
downloadmeta-openembedded-bdd2b5340853228e5b9b1ee39819b7e65e74b1d7.tar.gz
libplacebo: fix demos PACKAGECONFIG
In case the demos PACKAGECONFIG is enabled, linking fails with the following error: | /usr/src/debug/libplacebo/7.349.0/demos/plplay.c:669:(.text.startup+0x90): undefined reference to `parse_args' | collect2: error: ld returned 1 exit status The implementation of the missing function is guarded erroneously by an ifdef flag (HAVE_NUKLEAR, which is only true in case headers from the nuklear library are present - but in this recipe they are not included). This patch moves the implementation of this function outside of the ifdef to avoid the build failure. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions