Skip to content

Commit

Permalink
dependencies/gi: Do not import Gdk or Gtk into the shell
Browse files Browse the repository at this point in the history
None is using them, so let's drop the dependencies
  • Loading branch information
3v1n0 committed Oct 9, 2023
1 parent 15d98ae commit 96d8ffb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dependencies/gi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ export {default as Atk} from 'gi://Atk';
export {default as Clutter} from 'gi://Clutter';
export {default as GLib} from 'gi://GLib';
export {default as GObject} from 'gi://GObject';
export {default as Gdk} from 'gi://Gdk';
export {default as GdkPixbuf} from 'gi://GdkPixbuf';
export {default as Gio} from 'gi://Gio';
export {default as Gtk} from 'gi://Gtk';
export {default as Meta} from 'gi://Meta';
export {default as Mtk} from 'gi://Mtk';
export {default as Pango} from 'gi://Pango';
Expand Down

0 comments on commit 96d8ffb

Please sign in to comment.