[DEBUG] add missing link in wayland
This commit is contained in:
parent
27a84e888f
commit
87d5cde1ae
@ -23,6 +23,7 @@ class System(system.System):
|
|||||||
# no check needed ==> just add this:
|
# no check needed ==> just add this:
|
||||||
self.add_depend(['c'])
|
self.add_depend(['c'])
|
||||||
self.add_flag('link-lib', 'wayland-client')
|
self.add_flag('link-lib', 'wayland-client')
|
||||||
|
self.add_flag('link-lib', 'wayland-cursor')
|
||||||
if env.get_isolate_system() == True:
|
if env.get_isolate_system() == True:
|
||||||
self.add_header_file([
|
self.add_header_file([
|
||||||
"/usr/include/wayland-*"
|
"/usr/include/wayland-*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user