We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278cc4a commit 09cc924Copy full SHA for 09cc924
2 files changed
.github/scripts/ubuntu_setup.sh
@@ -76,6 +76,7 @@ sudo apt-get install -y \
76
libxcb-xinerama0-dev \
77
libxcb-xkb-dev \
78
libxi-dev \
79
+ libxtst-dev \
80
libxkbcommon-dev \
81
libxkbcommon-x11-dev \
82
libxrender-dev
ports/cef/vcpkg.json
@@ -5,7 +5,7 @@
5
"description": "Chromium Embedded Framework (CEF) - A framework for embedding Chromium-based browsers in other applications.",
6
"homepage": "https://bitbucket.org/chromiumembedded/cef",
7
"license": "BSD-3-Clause",
8
- "supports": "x64 & (linux | osx)",
+ "supports": "!windows",
9
"dependencies": [
10
{
11
"name": "vcpkg-cmake",
0 commit comments