plug-ins: fix build rules for web-browser plug-in in plugin-defs.pl

This commit is contained in:
Sven Neumann 2010-02-03 20:57:11 +01:00
parent 799a7fc5a8
commit 8e31261caa
2 changed files with 5 additions and 2 deletions

View File

@ -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)

View File

@ -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 }
);