mirror of https://github.com/GNOME/gimp.git
modules: add GEGL_LIBS to display_filter_libadd
This commit is contained in:
parent
61c2ef40f7
commit
ae9d8c72bc
|
@ -53,7 +53,7 @@ lib_LTLIBRARIES = \
|
|||
modules_libadd = $(libgimpmodule) $(libgimpwidgets) $(GTK_LIBS)
|
||||
|
||||
color_selector_libadd = $(libgimpcolor) $(modules_libadd)
|
||||
display_filter_libadd = $(libgimpbase) $(libgimpconfig) $(libgimpcolor) $(modules_libadd)
|
||||
display_filter_libadd = $(libgimpbase) $(libgimpconfig) $(libgimpcolor) $(modules_libadd) $(GEGL_LIBS)
|
||||
controller_libadd = $(modules_libadd)
|
||||
|
||||
if HAVE_LCMS
|
||||
|
|
Loading…
Reference in New Issue