Changeset 245182 in webkit


Ignore:
Timestamp:
May 10, 2019 11:46:55 AM (5 years ago)
Author:
cturner@igalia.com
Message:

[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:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r245179 r245182  
     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-05-10  Michael Catanzaro  <mcatanzaro@igalia.com>
    216
  • trunk/Tools/wpe/backends/CMakeLists.txt

    r236309 r245182  
    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.