browser-plugin: Add support for BROWSER_PLUGIN_DIR environment variable
This makes it easy to override where the plugin should be installed. This is based on what totem does. https://bugzilla.gnome.org/show_bug.cgi?id=659123
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
mozillalibdir = $(libdir)/mozilla/plugins
|
||||
mozillalibdir = $(BROWSER_PLUGIN_DIR)
|
||||
|
||||
mozillalib_LTLIBRARIES = libgnome-shell-browser-plugin.la
|
||||
|
||||
|
Reference in New Issue
Block a user