[PATCH] Fix typos Unsuported -> Unsupported (#180)
authorScarlett Gately Moore <sgmoore@debian.org>
Fri, 16 Dec 2022 21:12:55 +0000 (14:12 -0700)
committerAurélien COUDERC <coucouf@debian.org>
Wed, 31 Jul 2024 23:21:24 +0000 (01:21 +0200)
commit553c36baa6db241ccffef1caaed4d4a4bcfb1114
treed38fd9ddf3ff7a87527e0d26a7622ef2b33b6c22
parent8683ce71330b688e6e8d22597d305ef849fe1f3a
[PATCH] Fix typos Unsuported -> Unsupported (#180)

* Client builds fail at linking due to missing targets when
USE_SYSTEM_LIBRARY is true.

#For targets not using pkg-config... and USE_SYSTEM_{DEPENDENCY} is true eg. xdgutils \
#find_dependency needs to be used as when clients (aka appimagelauncher) try to use this library we get linking failure
#because the dependencies of the dependency(libappimnage) targets are not imported. Hope this makes sence.
#Builds fine in debian and appimagelauncher no longer has linking failures.

* Fix typos Unsuported -> Unsupported.

* Revert "Client builds fail at linking due to missing targets when"

This reverts commit fbbabbdcf3c466a506fbd6ec95d9e9a8c9f96830.

Gbp-Pq: Name upstream_Fix-typos-Unsuported-Unsupported-180.patch
src/libappimage/utils/IconHandleCairoRsvg.cpp
src/libappimage/utils/IconHandleDLOpenCairoRsvg.cpp