mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
Pass the correct GDK library when working around Debian libtool
We need to link against gdk/libgdk-x11-3.0.la, not gdk/x11/libgdk-x11.la, which is the convenience library containing the backend functions.
This commit is contained in:
parent
b96d100637
commit
63913ffe54
@ -916,7 +916,7 @@ Gtk_3_0_gir_CFLAGS = \
|
||||
-DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
|
||||
Gtk_3_0_gir_LIBS = $(gtktargetlib)
|
||||
if USE_X11
|
||||
Gtk_3_0_gir_LIBS += $(top_builddir)/gdk/x11/libgdk-x11.la
|
||||
Gtk_3_0_gir_LIBS += $(top_builddir)/gdk/libgdk-x11-3.0.la
|
||||
endif
|
||||
Gtk_3_0_gir_FILES = $(introspection_files)
|
||||
INTROSPECTION_GIRS += Gtk-3.0.gir
|
||||
|
Loading…
Reference in New Issue
Block a user