mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Add meson build system (#1)
Initial meson build system support. We do not create .desktop file yet, but we need an option to open media files from GUI first anyway.
This commit is contained in:
11
gjs-1.0/clapper.js.in
Normal file
11
gjs-1.0/clapper.js.in
Normal file
@@ -0,0 +1,11 @@
|
||||
imports.gi.versions.Gdk = '3.0';
|
||||
imports.gi.versions.Gtk = '3.0';
|
||||
imports.searchPath.unshift('@importspath@');
|
||||
|
||||
const ClapperSrc = imports.clapper_src;
|
||||
|
||||
var { App } = ClapperSrc.app;
|
||||
var { Interface } = ClapperSrc.interface;
|
||||
var { Player } = ClapperSrc.player;
|
||||
|
||||
imports.searchPath.shift();
|
Reference in New Issue
Block a user