[DEBUG] add missing link in wayland

This commit is contained in:
Edouard DUPIN 2017-01-14 22:05:33 +01:00
parent 27a84e888f
commit 87d5cde1ae

View File

@ -23,6 +23,7 @@ class System(system.System):
# no check needed ==> just add this:
self.add_depend(['c'])
self.add_flag('link-lib', 'wayland-client')
self.add_flag('link-lib', 'wayland-cursor')
if env.get_isolate_system() == True:
self.add_header_file([
"/usr/include/wayland-*"