mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +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
|
||||
- name: Install Linux host dependencies
|
||||
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
|
||||
- name: Configure Linux host
|
||||
run: |
|
||||
|
@ -16,7 +16,6 @@ target_link_libraries(platform_Linux
|
||||
capture
|
||||
pthread
|
||||
X11
|
||||
GL
|
||||
)
|
||||
|
||||
target_include_directories(platform_Linux
|
||||
|
Loading…
Reference in New Issue
Block a user