From c0fd5c0a606fddda1666c65e4b48e18ef5567fc2 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 31 Dec 2024 18:34:28 +1100 Subject: [PATCH] Update vcpkg.json --- .github/workflows/build.yml | 2 +- source/vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73aa3be..69ba004 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,7 @@ jobs: - name: Install Packages run: | sudo apt-get update - sudo apt-get install -y pkg-config libxmu-dev libxi-dev libgl-dev libglu1-mesa-dev libsdl2-dev python3-jinja2 + sudo apt-get install -y pkg-config libxmu-dev libxi-dev libgl-dev libglu1-mesa-dev libsdl2-dev - name: Install CMake & Ninja uses: lukka/get-cmake@latest diff --git a/source/vcpkg.json b/source/vcpkg.json index ffa41e7..bf94fb6 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ "glew", - { "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa", "ibus"], "platform": "linux" }, + { "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "linux" }, { "name": "sdl2", "platform": "windows" }, "libvorbis", "zlib",