gtk/gdk/wayland
Emmanuele Bassi d59c796a9d Fix builddir != srcdir
The gdkprivate-wayland.h header file is included from the top-level gdk
directory; this means that all included files referenced in the header
must be relative to the `gdk` directory, otherwise the build will fail
when the build directory is not equal to the source directory.

This commit fixes a build failure under continuous:

In file included from ../../gdk/gdkdisplaymanager.c:60:0:
../../gdk/wayland/gdkprivate-wayland.h:40:51: fatal error:
gtk-primary-selection-client-protocol.h: No such file or directory
 #include "gtk-primary-selection-client-protocol.h"
                                                   ^
compilation terminated.
Makefile:1155: recipe for target 'libgdk_3_la-gdkdisplaymanager.lo' failed
make[4]: *** [libgdk_3_la-gdkdisplaymanager.lo] Error 1
2016-02-28 12:21:26 +00:00
..
protocol wayland: Add gtk-primary-selection protocol 2016-02-26 19:59:17 +01:00
gdkapplaunchcontext-wayland.c
gdkcursor-wayland.c
gdkdevice-wayland.c wayland: Survive without primary selection 2016-02-26 19:48:05 -05:00
gdkdisplay-wayland.c Fix an memory overrun 2016-02-26 15:52:19 -05:00
gdkdisplay-wayland.h wayland: Implement the (so far internal) primary selection protocol 2016-02-26 19:59:17 +01:00
gdkdnd-wayland.c gdk: Add GdkDragCancelReason enum as argument to GdkDragContext::cancel 2016-02-15 18:35:51 +01:00
gdkeventsource.c
gdkglcontext-wayland.c
gdkglcontext-wayland.h
gdkkeys-wayland.c
gdkprivate-wayland.h Fix builddir != srcdir 2016-02-28 12:21:26 +00:00
gdkscreen-wayland.c
gdkseat-wayland.h
gdkselection-wayland.c wayland: Survive without primary selection 2016-02-26 19:48:05 -05:00
gdkwayland.h
gdkwaylanddevice.h
gdkwaylanddisplay.h
gdkwaylandglcontext.h
gdkwaylandselection.h
gdkwaylandwindow.h
gdkwindow-wayland.c wayland: Make the function to get the last serial a seat one 2016-02-26 19:59:17 +01:00
Makefile.am wayland: Add gtk-primary-selection protocol 2016-02-26 19:59:17 +01:00
wm-button-layout-translation.c
wm-button-layout-translation.h