mirror of
https://github.com/artizirk/wdisplays.git
synced 2025-12-08 17:15:13 +02:00
finish up viewport widget with screen previews
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
wayland_scanner = find_program('wayland-scanner')
|
||||
wayland_client = dependency('wayland-client')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
|
||||
|
||||
wl_protocol_dir = wayland_protos.get_pkgconfig_variable('pkgdatadir')
|
||||
|
||||
wayland_scanner_code = generator(
|
||||
wayland_scanner,
|
||||
@@ -14,7 +17,9 @@ wayland_scanner_client = generator(
|
||||
)
|
||||
|
||||
client_protocols = [
|
||||
[wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'],
|
||||
['wlr-output-management-unstable-v1.xml'],
|
||||
['wlr-screencopy-unstable-v1.xml']
|
||||
]
|
||||
|
||||
client_protos_src = []
|
||||
|
||||
Reference in New Issue
Block a user