mirror of https://github.com/GNOME/gimp.git
plug-ins: fix build rules for web-browser plug-in in plugin-defs.pl
This commit is contained in:
parent
799a7fc5a8
commit
8e31261caa
|
@ -2439,12 +2439,15 @@ web_browser_SOURCES = \
|
|||
web-browser.c
|
||||
|
||||
web_browser_LDADD = \
|
||||
$(libgimpui) \
|
||||
$(libgimpwidgets) \
|
||||
$(libgimpmodule) \
|
||||
$(libgimp) \
|
||||
$(libgimpmath) \
|
||||
$(libgimpconfig) \
|
||||
$(libgimpcolor) \
|
||||
$(libgimpbase) \
|
||||
$(GLIB_LIBS) \
|
||||
$(GTK_LIBS) \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
'video' => { ui => 1 },
|
||||
'warp' => { ui => 1 },
|
||||
'waves' => { ui => 1 },
|
||||
'web-browser' => {},
|
||||
'web-browser' => { ui => 1 },
|
||||
'whirl-pinch' => { ui => 1 },
|
||||
'wind' => { ui => 1 }
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue