Skip to content

Commit

Permalink
Add missing Gee library to build recentlyused
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Sep 18, 2018
1 parent 4c2a4f0 commit cf843f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ The following packages are required for the various Vala plugins to work:
- libbudgie-plugin0
- libpeas-dev
- libjson-glib-dev

- libgee-0.8-dev

1 change: 1 addition & 0 deletions budgie-recentlyused/src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ BudgieRecentlyUsedDependencies = [
dependency('gtk+-3.0'),
dependency('budgie-1.0'),
dependency('libpeas-gtk-1.0'),
dependency('gee-0.8'),
meson.get_compiler('c').find_library('m', required: false)
]

Expand Down

0 comments on commit cf843f4

Please sign in to comment.