The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: Update for new packaging parts.

+4 -4
+4 -4
.gitlab-ci.yml
··· 12 12 .monado.variables.debian-based-packages: 13 13 variables: 14 14 CORE_REQUIRED_PACKAGES: "build-essential git wget unzip cmake meson ninja-build libeigen3-dev curl patch python3 pkg-config libx11-dev libx11-xcb-dev libxxf86vm-dev libxrandr-dev libxcb-randr0-dev libvulkan-dev glslang-tools libglvnd-dev libgl1-mesa-dev ca-certificates libusb-1.0-0-dev libudev-dev" 15 - FEATURE_PACKAGES: "libhidapi-dev libwayland-dev libuvc-dev libavcodec-dev libopencv-dev libv4l-dev libcjson-dev libsdl2-dev libegl1-mesa-dev" 16 - PACKAGING_PACKAGES: "devscripts debhelper osc osc-plugins-dput dput-ng gettext-base" 15 + FEATURE_PACKAGES: "libhidapi-dev libwayland-dev libuvc-dev libavcodec-dev libopencv-dev libv4l-dev libcjson-dev libsdl2-dev libegl1-mesa-dev libdbus-1-dev" 16 + PACKAGING_PACKAGES: "devscripts debhelper osc osc-plugins-dput dput-ng gettext-base markdown" 17 17 TOOLS_REQUIRED_PACKAGES: "clang-format-7 codespell doxygen graphviz python3-pip python3-click" 18 18 19 19 # Variables for build and usage of Debian 10 (Buster) image 20 20 .monado.variables.debian:buster: 21 21 variables: 22 22 FDO_DISTRIBUTION_VERSION: buster 23 - FDO_DISTRIBUTION_TAG: "2020-05-11.0" 23 + FDO_DISTRIBUTION_TAG: "2020-07-10.0" 24 24 25 25 # Variables for build and usage of Ubuntu 20.04 LTS (Focal) image 26 26 .monado.variables.ubuntu:focal: 27 27 variables: 28 28 FDO_DISTRIBUTION_VERSION: "20.04" 29 - FDO_DISTRIBUTION_TAG: "2020-05-11.1" 29 + FDO_DISTRIBUTION_TAG: "2020-07-10.0" 30 30 31 31 # Variables for build and usage of Debian 10 (Buster) + Android NDK image 32 32 .monado.variables.debian:buster-ndk: