⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286797 in webkit


Ignore:
Timestamp:
Dec 9, 2021, 12:35:12 PM (5 years ago)
Author:
Lauro Moura
Message:

[WebXR][WPE] Build fails without openxr installed
https://bugs.webkit.org/show_bug.cgi?id=220250

Reviewed by Adrian Perez de Castro.

Based on original patch by Yury Semikhatsky. Rebased and installed
only for WPE, as GTK's module set does not declare openxr.

  • wpe/dependencies/apt: Install libxcb-glx0-dev
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r286791 r286797  
     12021-12-09  Lauro Moura  <lmoura@igalia.com>
     2
     3        [WebXR][WPE] Build fails without openxr installed
     4        https://bugs.webkit.org/show_bug.cgi?id=220250
     5
     6        Reviewed by Adrian Perez de Castro.
     7
     8        Based on original patch by Yury Semikhatsky. Rebased and installed
     9        only for WPE, as GTK's module set does not declare openxr.
     10
     11        * wpe/dependencies/apt: Install libxcb-glx0-dev
     12
    1132021-12-09  Ryan Haddad  <ryanhaddad@apple.com>
    214
  • trunk/Tools/wpe/dependencies/apt

    r280379 r286797  
    3333    libvorbis-dev
    3434    libvpx-dev
     35    libxcb-glx0-dev
    3536    libxcb-xkb-dev
    3637    libxkbcommon-dev
Note: See TracChangeset for help on using the changeset viewer.