Changeset db57c3e for multimedia/libdriv


Ignore:
Timestamp:
10/02/2024 06:17:42 PM (6 days ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
0d82143
Parents:
812f47a
git-author:
Douglas R. Reno <renodr@…> (10/02/2024 06:15:03 PM)
git-committer:
Douglas R. Reno <renodr@…> (10/02/2024 06:17:42 PM)
Message:

Fix building libplacebo with glslang-15.0.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libplacebo.xml

    r812f47a rdb57c3e  
    9696
    9797    <para>
     98      First, fix a build failure that occurs with glslang-15.0.0:
     99    </para>
     100
     101<screen><userinput remap="pre">sed -e "20s/$/,/"                                         \
     102    -e "21i cxx.find_library('glslang', required: false)" \
     103    -i src/glsl/meson.build</userinput></screen>
     104
     105    <para>
    98106      Install <application>libplacebo</application> by running the following
    99107      commands:
Note: See TracChangeset for help on using the changeset viewer.