Removed threads from the dependencies
This commit is contained in:
parent
a6735a38cb
commit
107eb5dd94
@ -5,7 +5,6 @@ pkgcfg = import('pkgconfig')
|
|||||||
|
|
||||||
inc = include_directories('inc')
|
inc = include_directories('inc')
|
||||||
gtk = dependency('gtk+-3.0')
|
gtk = dependency('gtk+-3.0')
|
||||||
threads = dependency('threads')
|
|
||||||
wayland = dependency('wayland-client')
|
wayland = dependency('wayland-client')
|
||||||
dl = cc.find_library('dl')
|
dl = cc.find_library('dl')
|
||||||
|
|
||||||
@ -30,7 +29,7 @@ sources = ['src/config.c',
|
|||||||
'proto/xdg-output-unstable-v1-protocol.c',
|
'proto/xdg-output-unstable-v1-protocol.c',
|
||||||
'proto/xdg-shell-protocol.c']
|
'proto/xdg-shell-protocol.c']
|
||||||
|
|
||||||
deps = [gtk, threads, wayland, dl]
|
deps = [gtk, wayland, dl]
|
||||||
|
|
||||||
if get_option('enable_run')
|
if get_option('enable_run')
|
||||||
sources += 'modes/run.c'
|
sources += 'modes/run.c'
|
||||||
|
Loading…
Reference in New Issue
Block a user