mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-27 02:44:16 +08:00
Merge pull request #93 from Edremon/fix/linux-experimental
Link linux experimental with X11
This commit is contained in:
commit
bec23b21c8
2
.github/workflows/emu-build-all-linux.yml
vendored
2
.github/workflows/emu-build-all-linux.yml
vendored
@ -92,6 +92,7 @@ jobs:
|
||||
- name: "Install required packages"
|
||||
shell: "bash"
|
||||
run: |
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt update -y
|
||||
sudo apt install -y coreutils # echo, printf, etc...
|
||||
sudo apt install -y build-essential
|
||||
@ -100,6 +101,7 @@ jobs:
|
||||
# sudo apt install -y clang
|
||||
sudo apt install -y libglx-dev # needed for overlay build (header files such as GL/glx.h)
|
||||
sudo apt install -y libgl-dev # needed for overlay build (header files such as GL/gl.h)
|
||||
sudo apt install -y libx11-dev:i386 # needed for overlay build
|
||||
# sudo apt install -y binutils # (optional) contains the tool 'readelf' mainly, and other usefull binary stuff
|
||||
|
||||
# build target
|
||||
|
2
.github/workflows/emu-deps-linux.yml
vendored
2
.github/workflows/emu-deps-linux.yml
vendored
@ -68,6 +68,7 @@ jobs:
|
||||
- name: "Install required packages"
|
||||
shell: "bash"
|
||||
run: |
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt update -y
|
||||
sudo apt install -y coreutils # echo, printf, etc...
|
||||
sudo apt install -y build-essential
|
||||
@ -76,6 +77,7 @@ jobs:
|
||||
# sudo apt install -y clang
|
||||
sudo apt install -y libglx-dev # needed for overlay build (header files such as GL/glx.h)
|
||||
sudo apt install -y libgl-dev # needed for overlay build (header files such as GL/gl.h)
|
||||
sudo apt install -y libx11-dev:i386 # needed for overlay build
|
||||
# sudo apt install -y binutils # (optional) contains the tool 'readelf' mainly, and other usefull binary stuff
|
||||
|
||||
- name: "Build deps"
|
||||
|
@ -890,6 +890,7 @@ project "api_experimental"
|
||||
filter { "system:not windows", }
|
||||
links {
|
||||
common_link_linux,
|
||||
"X11"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user