Skip to content

Commit

Permalink
Force to use the gir files of this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Apr 4, 2024
1 parent 4373f50 commit 7344098
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .ts-for-gir.packages-all.rc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ export default {
outdir: './types',
modules: ['*'],
girDirectories: [

// General gir files in this repository
'./vala-girs/gir-1.0',
'./girs',

// General gir files installed on the system
"/usr/local/share/gir-1.0",
"/usr/share/gir-1.0",
Expand Down Expand Up @@ -39,10 +44,6 @@ export default {

// GNOME Shell gir file dependencies on Ubuntu package: libmutter-14-dev) and GNOME OS
'/usr/lib/x86_64-linux-gnu/mutter-14',

// General gir files in this repository
'./vala-girs/gir-1.0',
'./girs',
],
ignore: [
'Colorhug-1.0', // Duplicate of ColorHug-1.0
Expand Down

0 comments on commit 7344098

Please sign in to comment.