Browse Source

access/screen: meson.build: remove screen on iOS

The screen module is currently not compatible with iOS, as there is no
ReplayKit backend.
pull/143/head
Alexandre Janniaux 3 years ago
committed by Jean-Baptiste Kempf
parent
commit
43f8ba2d77
  1. 2
      modules/access/screen/meson.build

2
modules/access/screen/meson.build

@ -9,7 +9,7 @@ if get_option('screen').allowed()
endif
# screen
if host_system == 'windows' or host_system == 'darwin'
if host_system == 'windows' or have_osx
screen_files = files(
'screen.c',
'screen.h'

Loading…
Cancel
Save