diff --git a/.build.yml b/.build.yml index c60d0e1..1dca23a 100644 --- a/.build.yml +++ b/.build.yml @@ -1,20 +1,27 @@ image: archlinux packages: - # Packages needed by Waybox + # Base packages needed - meson - wayland - wayland-protocols - libxkbcommon + # Packages needed by Waybox - libxml2 # Packages needed for wlroots - mesa - - xorg-server-xwayland - - xcb-util-image - - libinput - libdrm - udev - pixman - seatd + # Packages needed for wlroots libinput backend + - libinput + # Packages needed for wlroots Xwayland support + - xorg-server-xwayland + - libxcb + - xcb-util-renderutil + - xcb-util-wm + - xcb-util-errors + - xcb-util-image sources: - https://github.com/wizbright/waybox - https://gitlab.freedesktop.org/wlroots/wlroots diff --git a/protocol/meson.build b/protocol/meson.build index 1f79ef6..82dcc9d 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -1,4 +1,4 @@ -wl_protocol_dir = wayland_protos.get_pkgconfig_variable('pkgdatadir') +wl_protocol_dir = wayland_protos.get_variable(pkgconfig: 'pkgdatadir') wayland_scanner = find_program('wayland-scanner', version: '>= 1.15')