mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
wayland: Link against librt
This is required for shm_open. https://bugzilla.gnome.org/show_bug.cgi?id=769603
This commit is contained in:
parent
5fefc7a714
commit
a12ee84ec3
@ -15,7 +15,7 @@ AM_CPPFLAGS = \
|
|||||||
$(GTK_DEBUG_FLAGS) \
|
$(GTK_DEBUG_FLAGS) \
|
||||||
$(GDK_DEP_CFLAGS)
|
$(GDK_DEP_CFLAGS)
|
||||||
|
|
||||||
LDADDS = $(GDK_DEP_LIBS)
|
LDADDS = $(GDK_DEP_LIBS) $(SHM_LIBS)
|
||||||
|
|
||||||
noinst_LTLIBRARIES = \
|
noinst_LTLIBRARIES = \
|
||||||
libgdk-wayland.la
|
libgdk-wayland.la
|
||||||
|
Loading…
Reference in New Issue
Block a user