diff options
author | Cem Keylan <cem@ckyln.com> | 2022-12-08 14:20:37 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-12-08 15:15:32 +0100 |
commit | d0f4ab801b445dd29cc7bbf414feea362d6a4dc4 (patch) | |
tree | 418b64476d2f37b123fb8b24722dbc359a5bb8ed /extra/mesa/depends | |
parent | 54159d3ccd137a39e2f1c08906bdf0033d0f8158 (diff) | |
download | repository-d0f4ab801b445dd29cc7bbf414feea362d6a4dc4.tar.gz |
mesa: bump to 22.2.4 + more changes
Some of the changes included here are:
- Add glslang as a build dependency
- Force wayland
- Remove patch that is no longer required
Diffstat (limited to 'extra/mesa/depends')
-rw-r--r-- | extra/mesa/depends | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/mesa/depends b/extra/mesa/depends index 582eef94..18063ed0 100644 --- a/extra/mesa/depends +++ b/extra/mesa/depends @@ -1,5 +1,7 @@ +eudev expat -flex make +flex make +glslang make libX11 libXdamage libXext @@ -11,7 +13,9 @@ libelf libxcb libxshmfence llvm -meson make -python make +meson make +python make +wayland +wayland-protocols make xorgproto zlib |