backends: make the framebuffer backend optional
The framebuffer is a legacy backend and we know that at least OpenSUSE disabled it in the kernel configuration, so let's make it optional.
This commit is contained in:
parent
6c3eca8fb6
commit
1840f10f62
13 changed files with 51 additions and 32 deletions
|
|
@ -14,7 +14,6 @@ depinih = dependency('inih')
|
|||
deplibinput = dependency('libinput')
|
||||
deplibudev = dependency('libudev')
|
||||
depxkbcommon = dependency('xkbcommon') # For unl0kr and f0rmz only
|
||||
deplibsdl = dependency('sdl2', required: get_option('developer'))
|
||||
|
||||
if get_option('man')
|
||||
depscdoc = dependency('scdoc', native: true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue