gplugin/gplugin

63b929558f43
Parents 7a82b93db2f8
Children bac52d0f6352
The gjs .pc now correctly adds mozjs. Also update for the testing option removal
--- a/gjs/meson.build Sun May 06 00:51:02 2018 -0500
+++ b/gjs/meson.build Sun May 06 01:12:11 2018 -0500
@@ -15,7 +15,6 @@
]
GJS = dependency('gjs-1.0', version: '>=1.32.0')
- MOZJS = dependency('mozjs-24', version: '>=24.0.0')
# tell meson we need cpp since we have gjs
add_languages('cpp')
@@ -43,13 +42,11 @@
GPLUGIN_GJS_SOURCES,
GPLUGIN_GJS_HEADERS,
name_prefix : '',
- dependencies : [GIO, GJS, MOZJS, gplugin_dep],
+ dependencies : [GIO, GJS, gplugin_dep],
install : true,
install_dir : join_paths(get_option('libdir'), 'gplugin'),
cpp_args: gjs_args,
)
endif # gjs
-if get_option('testing')
- subdir('tests')
-endif
+subdir('tests')