| Index: meson.build | 
| =================================================================== | 
| --- a/meson.build | 
| +++ b/meson.build | 
| @@ -68,16 +68,17 @@ | 
| 'compiled/filter/InvalidFilter.cpp', | 
| 'compiled/filter/RegExpFilter.cpp', | 
| 'compiled/filter/WhitelistFilter.cpp', | 
| 'compiled/storage/FilterStorage.cpp', | 
| 'compiled/subscription/DownloadableSubscription.cpp', | 
| 'compiled/subscription/Subscription.cpp', | 
| 'compiled/subscription/UserDefinedSubscription.cpp', | 
| 'compiled/ElemHide.cpp', | 
| +  'compiled/ElemHideEmulation.cpp', | 
| ] | 
| # sources specific to core | 
| core_sources = [ | 
| 'compiled/traceInit.cpp', | 
| ] | 
| # sources for the bindings generator | 
| bindings_sources = [ | 
| 'compiled/bindings/generator.cpp', | 
|  |