mirror of https://github.com/GNOME/gimp.git
modules: Add missing libraries to color_selector_libadd.
This commit is contained in:
parent
fe12bc8ed1
commit
296dc590c6
|
@ -47,7 +47,7 @@ lib_LTLIBRARIES = \
|
|||
|
||||
modules_libadd = $(libgimpmodule) $(libgimpwidgets) $(GTK_LIBS)
|
||||
|
||||
color_selector_libadd = $(libgimpcolor) $(modules_libadd)
|
||||
color_selector_libadd = $(libgimpconfig) $(libgimpcolor) $(modules_libadd) $(BABL_LIBS)
|
||||
display_filter_libadd = $(libgimpbase) $(libgimpconfig) $(libgimpcolor) $(modules_libadd) $(GEGL_LIBS)
|
||||
controller_libadd = $(modules_libadd)
|
||||
|
||||
|
|
Loading…
Reference in New Issue