Ignore:
Timestamp:
05/17/2017 10:08:06 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
de8def5
Parents:
c0b4b44
Message:

Add a workaround to lxqt-config

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18736 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/lxqt-config.xml

    rc0b4b44 r1b42bcc  
    9393  <sect2 role="installation">
    9494    <title>Installation of lxqt-config</title>
     95
     96    <para>First, do a temporary workaround due to cmake-3.8:</para>
     97
     98<screen><userinput>new='../liblxqt-config-cursor/lxqt-config-cursor_autogen/include'
     99
     100sed -i "/CURRENT_BINARY_DIR/a \"\${CMAKE_CURRENT_BINARY_DIR}/$new\"" \
     101       lxqt-config-appearance/CMakeLists.txt \
     102       lxqt-config-input/CMakeLists.txt &amp;&amp;
     103unset new</userinput></screen>
    95104
    96105    <para>
Note: See TracChangeset for help on using the changeset viewer.