libgimp: link libgimpui against GEGL

Needed since commit 4c8ee413eb.

(cherry picked from commit 25aefa972e)
This commit is contained in:
Ell
2020-09-13 10:24:09 +03:00
parent 6005652b21
commit 9854327e9a

View File

@ -435,6 +435,7 @@ libgimpui_@GIMP_API_VERSION@_la_LIBADD = \
$(libgimpcolor) \
$(libgimpbase) \
$(libgimpmodule) \
$(GEGL_LIBS) \
$(GTK_LIBS) \
$(GEXIV2_LIBS) \
$(RT_LIBS)