Changeset 78d568a


Ignore:
Timestamp:
08/25/2023 03:27:56 AM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
44ed0d62, e77b014
Parents:
4c5147b
Message:

Help some lxqt find kf5 headers.
If installing lxqt after the full kf5 libraries, and kf5 was not
installed in /usr (typically /opt/kf5), two packages need help
finding the needed headers. Add the appropriate environment
variables to the instructions for those packages (lxqt-panel and
screengrab).

Location:
lxqt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/screengrab.xml

    r4c5147b r78d568a  
    8282
    8383    <para>
     84      If <xref linkend="kf5"/> was not installed in /usr, help the code
     85      find needed headers:
     86    </para>
     87
     88<screen role="pre"><userinput>export CXXFLAGS+="-I $KF5_PREFIX/include"
     89export CFLAGS+="-I $KF5_PREFIX/include"</userinput></screen>
     90
     91    <para>
    8492      Install <application>screengrab</application> by running the following
    8593      commands:
  • lxqt/desktop/lxqt-panel.xml

    r4c5147b r78d568a  
    9797
    9898    <para>
     99      If <xref linkend="kf5"/> was not installed in /usr, help the code
     100      find needed headers:
     101    </para>
     102
     103<screen role="pre"><userinput>export CXXFLAGS+="-I $KF5_PREFIX/include"
     104export CFLAGS+="-I $KF5_PREFIX/include"</userinput></screen>
     105
     106    <para>
    99107      Install <application>lxqt-panel</application> by running the following
    100108      commands:
Note: See TracChangeset for help on using the changeset viewer.