Skip to content

Commit 70a24b2

Browse files
committed
All fuzzy clock to build for wayland
1 parent 7d1b631 commit 70a24b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

budgie-fuzzyclock/src/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fuzzy_applet_sources = [
1313

1414
fuzzy_applet_deps = [
1515
dependency('gtk+-3.0'),
16-
dependency('budgie-1.0'),
16+
budgie_dep,
1717
dependency('gdk-3.0'),
1818
dependency('libpeas-gtk-1.0'),
1919
meson.get_compiler('c').find_library('m', required: false)

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ if for_wayland == false and (build_recommended == true or build_quickchar == tru
218218
endif
219219

220220
build_fuzzyclock = get_option('build-fuzzyclock')
221-
if for_wayland == false and (build_recommended == true or build_fuzzyclock == true)
221+
if build_recommended == true or build_fuzzyclock == true
222222
subdir('budgie-fuzzyclock')
223223
endif
224224

0 commit comments

Comments
 (0)