mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 09:52:13 +08:00
22 lines
738 B
Diff
22 lines
738 B
Diff
--- ./browser/app/Makefile.in.orig 2014-06-10 15:40:47.689024147 -0400
|
|
+++ ./browser/app/Makefile.in 2014-06-10 15:44:45.826669522 -0400
|
|
@@ -21,7 +21,7 @@
|
|
$(NULL)
|
|
|
|
ifdef LIBXUL_SDK #{
|
|
-PREF_JS_EXPORTS += $(srcdir)/profile/channel-prefs.js
|
|
+PREF_JS_EXPORTS += $(srcdir)/profile/channel-prefs.js $(srcdir)/profile/kde.js
|
|
endif #} LIBXUL_SDK
|
|
|
|
# Build a binary bootstrapping with XRE_main
|
|
@@ -96,6 +96,9 @@
|
|
libs:: $(srcdir)/profile/channel-prefs.js
|
|
$(NSINSTALL) -D $(DIST)/bin/defaults/pref
|
|
$(call py_action,preprocessor,$(PREF_PPFLAGS) $(ACDEFINES) $^ -o $(DIST)/bin/defaults/pref/channel-prefs.js)
|
|
+
|
|
+libs:: $(srcdir)/profile/kde.js
|
|
+ $(INSTALL) $(IFLAGS1) $^ $(DIST)/bin/defaults/pref
|
|
endif
|
|
|
|
libs:: $(srcdir)/blocklist.xml
|