Skip to content

Commit 09cc924

Browse files
committed
trying to add missing package to ubuntu build
1 parent 278cc4a commit 09cc924

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/ubuntu_setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ sudo apt-get install -y \
7676
libxcb-xinerama0-dev \
7777
libxcb-xkb-dev \
7878
libxi-dev \
79+
libxtst-dev \
7980
libxkbcommon-dev \
8081
libxkbcommon-x11-dev \
8182
libxrender-dev

ports/cef/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Chromium Embedded Framework (CEF) - A framework for embedding Chromium-based browsers in other applications.",
66
"homepage": "https://bitbucket.org/chromiumembedded/cef",
77
"license": "BSD-3-Clause",
8-
"supports": "x64 & (linux | osx)",
8+
"supports": "!windows",
99
"dependencies": [
1010
{
1111
"name": "vcpkg-cmake",

0 commit comments

Comments
 (0)