diff options
author | Aylur <[email protected]> | 2024-07-15 14:54:06 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-07-15 14:54:06 +0200 |
commit | 68b58c94094ebbb44e75be82ece77badaa0cd68f (patch) | |
tree | aa6179cd25fcaeceb7d94c16b9a9641e359ec16e /meson_options.txt | |
parent | 1a3b14def2b72e03e3b336937113c6410cce0acd (diff) |
install gjs package to pkgdatadir
this is needed for ags v2 so that it can setup a ts environment similar
to the current --init flag
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index f110242..a60ff42 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -9,3 +9,9 @@ option( type: 'boolean', value: true, ) + +option( + 'gjs', + type: 'boolean', + value: true, +) |