Commit 70a24b2 1 parent 7d1b631 commit 70a24b2 Copy full SHA for 70a24b2
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ fuzzy_applet_sources = [
13
13
14
14
fuzzy_applet_deps = [
15
15
dependency (' gtk+-3.0' ),
16
- dependency ( ' budgie-1.0 ' ) ,
16
+ budgie_dep ,
17
17
dependency (' gdk-3.0' ),
18
18
dependency (' libpeas-gtk-1.0' ),
19
19
meson .get_compiler(' c' ).find_library (' m' , required : false )
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ if for_wayland == false and (build_recommended == true or build_quickchar == tru
218
218
endif
219
219
220
220
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
222
222
subdir (' budgie-fuzzyclock' )
223
223
endif
224
224
You can’t perform that action at this time.
0 commit comments