mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-28 01:40:17 -05:00
meson: remove unused wayland protocols
This commit is contained in:
parent
d21c4a02a0
commit
3d6bbf0fe8
1 changed files with 0 additions and 2 deletions
|
|
@ -59,11 +59,9 @@ wscanner_prog = find_program(
|
||||||
wl_proto_headers = []
|
wl_proto_headers = []
|
||||||
wl_proto_src = []
|
wl_proto_src = []
|
||||||
foreach prot : [
|
foreach prot : [
|
||||||
#'external/wlr-layer-shell-unstable-v1.xml',
|
|
||||||
wayland_protocols_datadir + '/stable/xdg-shell/xdg-shell.xml',
|
wayland_protocols_datadir + '/stable/xdg-shell/xdg-shell.xml',
|
||||||
wayland_protocols_datadir + '/unstable/xdg-output/xdg-output-unstable-v1.xml',
|
wayland_protocols_datadir + '/unstable/xdg-output/xdg-output-unstable-v1.xml',
|
||||||
wayland_protocols_datadir + '/unstable/primary-selection/primary-selection-unstable-v1.xml',
|
wayland_protocols_datadir + '/unstable/primary-selection/primary-selection-unstable-v1.xml',
|
||||||
#wayland_protocols_datadir + '/unstable/xdg-output/xdg-output-unstable-v1.xml']
|
|
||||||
]
|
]
|
||||||
|
|
||||||
wl_proto_headers += custom_target(
|
wl_proto_headers += custom_target(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue