Install the MiniBrowser binary
authorAlberto Garcia <berto@igalia.com>
Mon, 28 May 2018 13:17:22 +0000 (14:17 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Mon, 28 May 2018 13:17:22 +0000 (14:17 +0100)
===================================================================

Gbp-Pq: Name install-minibrowser.patch

Tools/MiniBrowser/gtk/GNUmakefile.am
Tools/MiniBrowser/gtk/main.c

index 8bdbdd33e9d8f3cdb931c301e6cdcef6cf12b4ff..bc88bb84e10b5ca6fc4503a111031b271110362b 100644 (file)
@@ -1,5 +1,5 @@
 if ENABLE_WEBKIT2
-noinst_PROGRAMS += \
+libexec_PROGRAMS += \
        Programs/MiniBrowser
 endif
 
@@ -44,9 +44,6 @@ Programs_MiniBrowser_LDADD = \
        $(GTK_LIBS) \
        $(LIBSOUP_LIBS)
 
-Programs_MiniBrowser_LDFLAGS = \
-       -no-install
-
 CLEANFILES += \
        $(top_builddir)/Programs/MiniBrowser \
        $(minibrowser_built_sources) \
index e383fda833049baef978f6f98f01f2172c3b8e9e..cf2dd63ca473f564d1e71ae07544beb00b9dae1e 100644 (file)
@@ -265,8 +265,6 @@ int main(int argc, char *argv[])
     }
     g_option_context_free (context);
 
-    g_setenv("WEBKIT_INJECTED_BUNDLE_PATH", WEBKIT_INJECTED_BUNDLE_PATH, FALSE);
-
     // Enable the favicon database, by specifying the default directory.
     webkit_web_context_set_favicon_database_directory(webkit_web_context_get_default(), NULL);