Skip to content

Commit

Permalink
Merge r182232 - [CMake][GTK] Use the right variable to include the Wa…
Browse files Browse the repository at this point in the history
…yland headers.

https://bugs.webkit.org/show_bug.cgi?id=143304

Reviewed by Carlos Garcia Campos.

No new tests, no behavior changes.

* PlatformGTK.cmake: Use the right variable WAYLAND_INCLUDE_DIRS.
  • Loading branch information
clopez authored and carlosgcampos committed Apr 13, 2015
1 parent aa8eaac commit 859688b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Source/WebCore/ChangeLog
@@ -1,3 +1,14 @@
2015-04-01 Carlos Alberto Lopez Perez <clopez@igalia.com>

[CMake][GTK] Use the right variable to include the Wayland headers.
https://bugs.webkit.org/show_bug.cgi?id=143304

Reviewed by Carlos Garcia Campos.

No new tests, no behavior changes.

* PlatformGTK.cmake: Use the right variable WAYLAND_INCLUDE_DIRS.

2015-03-31 Said Abou-Hallawa <sabouhallawa@apple.com>

border-image with 'fill' keyword does not fill the middle area unless the border width is greater than zero.
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/PlatformGTK.cmake
Expand Up @@ -461,7 +461,7 @@ if (ENABLE_WAYLAND_TARGET)
)

list(APPEND WebCore_INCLUDE_DIRECTORIES
${WAYLAND_INCLUDE_DIRECTORIES}
${WAYLAND_INCLUDE_DIRS}
)
list(APPEND WebCore_LIBRARIES
${WAYLAND_LIBRARIES}
Expand Down

0 comments on commit 859688b

Please sign in to comment.