1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-30 04:47:07 +00:00
termux-packages/x11-packages/cairo-dock-core
Henrik Grimler edcd2772c6
fix(x11/cairo-dock-core): set CMAKE_INSTALL_LIBDIR to relative path
Cairo-dock-core's main CMakeLists.txt assumes that CMAKE_INTALL_LIBDIR
is a relative path, even though cmake's docs state that both relative
and absolute paths should be okay.  If we specify a relative path, as
we do since commit 571db28a3d ("termux_step_configure_cmake: Revert
CMAKE_INSTALL_LIBDIR old behaviour changed in 2af00064"), then the
files are installed to $PREFIX/$PREFIX/lib instead of $PREFIX/lib.

Fixes: termux/termux-packages#11668
2022-08-21 16:05:37 +02:00
..
build.sh fix(x11/cairo-dock-core): set CMAKE_INSTALL_LIBDIR to relative path 2022-08-21 16:05:37 +02:00
src-gldit-CMakeLists.txt.patch cairo-dock-core: fix messed up library installation path 2022-04-18 14:48:49 +05:30