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



commit 8e31261caaf792b83c6280e0ab06bb7a52563550
Author: Sven Neumann <sven gimp org>
Date:   Wed Feb 3 20:57:11 2010 +0100

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

 plug-ins/common/Makefile.am    |    5 ++++-
 plug-ins/common/plugin-defs.pl |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am
index 2a4c8d6..9e94f1a 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -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)
 
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index 1cf7566..c7ab794 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -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 }
 );



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]