[gtk+/wip/alexl/broadway4] broadway: Remove inflate code



commit da1e8e03e0e6f6acd1f7107e15cf81a520ecffc7
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Nov 22 12:37:39 2017 +0100

    broadway: Remove inflate code
    
    This is not used anymore

 gdk/broadway/meson.build       |    4 ++--
 gdk/broadway/rawinflate.min.js |   15 ---------------
 2 files changed, 2 insertions(+), 17 deletions(-)
---
diff --git a/gdk/broadway/meson.build b/gdk/broadway/meson.build
index 35e7ba3..e5be1aa 100644
--- a/gdk/broadway/meson.build
+++ b/gdk/broadway/meson.build
@@ -51,9 +51,9 @@ clienthtml_h = custom_target('clienthtml.h',
   capture : true)
 
 broadwayjs_h = custom_target('broadwayjs.h',
-  input : ['broadway.js', 'rawinflate.min.js'],
+  input : ['broadway.js'],
   output : 'broadwayjs.h',
-  command : [find_program('toarray.pl'), 'broadway_js', '@INPUT0@', '@INPUT1@'],
+  command : [find_program('toarray.pl'), 'broadway_js', '@INPUT0@'],
   capture : true)
 
 executable('gtk4-broadwayd',


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