Skip to content

Commit

Permalink
allow recently used applet to build for wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
samlane-ma committed Jul 19, 2024
1 parent 613fd3d commit f61db0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion budgie-recentlyused/src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BudgieRecentlyUsedSources = [

BudgieRecentlyUsedDependencies = [
dependency('gtk+-3.0'),
dependency('budgie-1.0'),
budgie_dep,
dependency('libpeas-gtk-1.0'),
dependency('gee-0.8'),
meson.get_compiler('c').find_library('m', required: false)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ if build_recommended == true or build_app_launcher == true
endif

build_recentlyused = get_option('build-recentlyused')
if for_wayland == false and (build_recommended == true or build_recentlyused == true)
if build_recommended == true or build_recentlyused == true
subdir('budgie-recentlyused')
endif

Expand Down

0 comments on commit f61db0c

Please sign in to comment.