Changeset 2206de82 for lxqt/desktop


Ignore:
Timestamp:
11/28/2023 05:04:18 PM (6 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
d8aa0d27
Parents:
3140ec1
Message:

Fix building obconf-qt with libxml2-2.12.x.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/obconf-qt.xml

    r3140ec1 r2206de82  
    8282
    8383    <para>
    84        Install <application>obconf-qt</application> by running the following
     84       First, fix the package to build with <xref linkend="libxml2"/>:
     85    </para>
     86
     87<screen><userinput>sed -e '/iostream/a #include &lt;libxml/xmlsave.h&gt;' \
     88    -e 's/xmlErrorPtr/const xmlError*/'          \
     89    -i src/obconf-qt.cpp</userinput></screen>
     90
     91    <para>
     92       Now install <application>obconf-qt</application> by running the following
    8593       commands:
    8694    </para>
Note: See TracChangeset for help on using the changeset viewer.