mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Add a workaround to lxqt-config
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18736 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c0b4b448b5
commit
1b42bccd17
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>May 17th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add a workaround to lxqt-config needed
|
||||
due to changes in cmake-3.8.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to kf5-5.34.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;8962">#8962</ulink>.</para>
|
||||
|
@ -93,6 +93,15 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of lxqt-config</title>
|
||||
|
||||
<para>First, do a temporary workaround due to cmake-3.8:</para>
|
||||
|
||||
<screen><userinput>new='../liblxqt-config-cursor/lxqt-config-cursor_autogen/include'
|
||||
|
||||
sed -i "/CURRENT_BINARY_DIR/a \"\${CMAKE_CURRENT_BINARY_DIR}/$new\"" \
|
||||
lxqt-config-appearance/CMakeLists.txt \
|
||||
lxqt-config-input/CMakeLists.txt &&
|
||||
unset new</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>lxqt-config</application> by running the following
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user