mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
widget factory: link against gdkpixbuf
Otherwise we fail to link, seeing this: /usr/bin/ld: gtk3_widget_factory-widget-factory.o: undefined reference to symbol 'gdk_pixbuf_new_from_resource'
This commit is contained in:
parent
db2eb85e4a
commit
6d430ad713
@ -19,7 +19,8 @@ gtk3_widget_factory_CPPFLAGS = \
|
||||
|
||||
gtk3_widget_factory_LDADD = \
|
||||
$(top_builddir)/gdk/libgdk-3.la \
|
||||
$(top_builddir)/gtk/libgtk-3.la
|
||||
$(top_builddir)/gtk/libgtk-3.la \
|
||||
$(GTK_DEP_LIBS)
|
||||
|
||||
widget_factory_resources.c: widget-factory.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies $(srcdir)/widget-factory.gresource.xml)
|
||||
$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source $<
|
||||
|
Loading…
Reference in New Issue
Block a user