mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
build: Don't use Wayland GtkClipboard implementation if also building for X
Workaround for: https://bugzilla.gnome.org/show_bug.cgi?id=672358
This commit is contained in:
parent
4e8f724391
commit
13b2720308
@ -904,6 +904,7 @@ gtk_clipboard_dnd_c_sources = \
|
|||||||
gtkdnd-quartz.c
|
gtkdnd-quartz.c
|
||||||
else
|
else
|
||||||
if USE_WAYLAND
|
if USE_WAYLAND
|
||||||
|
if !USE_X11
|
||||||
# No wayland gtkdnd-wayland.c yet
|
# No wayland gtkdnd-wayland.c yet
|
||||||
gtk_clipboard_dnd_c_sources = \
|
gtk_clipboard_dnd_c_sources = \
|
||||||
gtkclipboard-wayland.c \
|
gtkclipboard-wayland.c \
|
||||||
@ -911,6 +912,9 @@ gtk_clipboard_dnd_c_sources = \
|
|||||||
else
|
else
|
||||||
gtk_clipboard_dnd_c_sources = gtkclipboard.c gtkdnd.c
|
gtk_clipboard_dnd_c_sources = gtkclipboard.c gtkdnd.c
|
||||||
endif
|
endif
|
||||||
|
else
|
||||||
|
gtk_clipboard_dnd_c_sources = gtkclipboard.c gtkdnd.c
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# we use our own built_sources variable rules to avoid automake's
|
# we use our own built_sources variable rules to avoid automake's
|
||||||
|
Loading…
Reference in New Issue
Block a user