Skip to content

Commit

Permalink
Meson: Always add DwellClickTimer and PointerLocator (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Mar 8, 2023
1 parent b6eda0c commit 99be1ad
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/meson.build
Expand Up @@ -36,11 +36,13 @@ gala_bin_sources = files(
'Gestures/ToucheggBackend.vala',
'HotCorners/HotCorner.vala',
'HotCorners/HotCornerManager.vala',
'Widgets/DwellClickTimer.vala',
'Widgets/IconGroup.vala',
'Widgets/IconGroupContainer.vala',
'Widgets/MonitorClone.vala',
'Widgets/MultitaskingView.vala',
'Widgets/PixelPicker.vala',
'Widgets/PointerLocator.vala',
'Widgets/SafeWindowClone.vala',
'Widgets/ScreenShield.vala',
'Widgets/SelectionArea.vala',
Expand All @@ -54,13 +56,6 @@ gala_bin_sources = files(
'Widgets/WorkspaceInsertThumb.vala',
)

if libmutter_dep.version().version_compare ('>= 3.35.1')
gala_bin_sources += files(
'Widgets/DwellClickTimer.vala',
'Widgets/PointerLocator.vala',
)
endif

gala_bin = executable(
'gala',
gala_bin_sources,
Expand Down

0 comments on commit 99be1ad

Please sign in to comment.