Changeset 316e31c for x/lib


Ignore:
Timestamp:
08/08/2023 09:18:06 PM (10 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:
6df2d33
Parents:
66ccf39
Message:

Add a sed derived from an upstream commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk4.xml

    r66ccf39 r316e31c  
    120120
    121121    <para>
     122      First, make some changes from upstream:
     123    </para>
     124
     125<screen><userinput>sed -e '/glib-object.h/a #include <gdk/gdk.h>'        \
     126    -e '/ gtk_printer_option/i GDK_AVAILABLE_IN_ALL'  \
     127    -e '/\*gtk_printer_option/i GDK_AVAILABLE_IN_ALL' \
     128    -i.orig gtk/print/gtkprinteroptionprivate.h</userinput></screen>
     129
     130    <para>
    122131      Install <application>GTK 4</application> by running the following
    123132      commands:
Note: See TracChangeset for help on using the changeset viewer.