summaryrefslogtreecommitdiff
path: root/peas-demo/plugins/luahello/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'peas-demo/plugins/luahello/meson.build')
-rw-r--r--peas-demo/plugins/luahello/meson.build16
1 files changed, 0 insertions, 16 deletions
diff --git a/peas-demo/plugins/luahello/meson.build b/peas-demo/plugins/luahello/meson.build
deleted file mode 100644
index 0d6997d..0000000
--- a/peas-demo/plugins/luahello/meson.build
+++ /dev/null
@@ -1,16 +0,0 @@
-luahello_name = 'luahello'
-
-luahello_plugin_data = [
- 'luahello.lua',
- 'luahello.plugin',
-]
-
-custom_target(
- '@0@-data'.format(luahello_name),
- input: luahello_plugin_data,
- output: luahello_plugin_data,
- command: [copyfile_script, '@INPUT@', '@OUTDIR@'],
- build_by_default: true,
- install_dir: join_paths(peas_demo_plugins_dir, 'luahello'),
- install: true,
-)