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

Changeset 245450 in webkit


Ignore:
Timestamp:
May 17, 2019, 4:25:03 AM (7 years ago)
Author:
Carlos Garcia Campos
Message:

Merge r245182 - [WPE] Forward libepoxy cflags
https://bugs.webkit.org/show_bug.cgi?id=197784

Reviewed by Žan Doberšek.

  • wpe/backends/CMakeLists.txt: This is required to keep

-DMESA_EGL_NO_X11_HEADERS in the build, if we don't do this, EGL ends
up trying to include X11 headers even when they're not present in the
environment.

Location:
releases/WebKitGTK/webkit-2.24/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-2.24/Tools/ChangeLog

    r245440 r245450  
     12019-05-10  Charlie Turner  <cturner@igalia.com>
     2
     3        [WPE] Forward libepoxy cflags
     4        https://bugs.webkit.org/show_bug.cgi?id=197784
     5
     6        Reviewed by Žan Doberšek.
     7
     8        Patch by Zan Dobersek.
     9
     10        * wpe/backends/CMakeLists.txt: This is required to keep
     11        -DMESA_EGL_NO_X11_HEADERS in the build, if we don't do this, EGL ends
     12        up trying to include X11 headers even when they're not present in the
     13        environment.
     14
    1152019-04-03  Myles C. Maxfield  <mmaxfield@apple.com>
    216
  • releases/WebKitGTK/webkit-2.24/Tools/wpe/backends/CMakeLists.txt

    r236309 r245450  
    3737)
    3838
     39add_definitions(${LIBEPOXY_DEFINITIONS})
     40
    3941add_custom_command(
    4042    OUTPUT ${DERIVED_SOURCES_WPETOOLINGBACKENDS_DIR}/xdg-shell-unstable-v6-protocol.c
Note: See TracChangeset for help on using the changeset viewer.