mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[host] linux: remove useless GL dependency
This commit is contained in:
parent
5b7c38a4dd
commit
5a94f82f10
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
- name: Install Linux host dependencies
|
- name: Install Linux host dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install binutils-dev libgl1-mesa-dev libxcb-xfixes0-dev \
|
sudo apt-get install binutils-dev libxcb-xfixes0-dev \
|
||||||
libpipewire-0.3-dev
|
libpipewire-0.3-dev
|
||||||
- name: Configure Linux host
|
- name: Configure Linux host
|
||||||
run: |
|
run: |
|
||||||
|
@ -16,7 +16,6 @@ target_link_libraries(platform_Linux
|
|||||||
capture
|
capture
|
||||||
pthread
|
pthread
|
||||||
X11
|
X11
|
||||||
GL
|
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(platform_Linux
|
target_include_directories(platform_Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user