-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump(main/libwayland-protocols): 1.38
Use cross wayland scanner because older Ubuntu's wayland-scanner fails to build the package with new command line options.
- Loading branch information
1 parent
68ec01d
commit 0bf9f25
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
packages/libwayland-protocols/0001-use-cross-wayland-scanner.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/meson.build | ||
+++ b/meson.build | ||
@@ -9,7 +9,7 @@ | ||
fs = import('fs') | ||
|
||
dep_scanner = dependency('wayland-scanner', version: '>=1.20.0', native: true, fallback: 'wayland') | ||
-prog_scanner = find_program(dep_scanner.get_variable(pkgconfig: 'wayland_scanner', internal: 'wayland_scanner')) | ||
+prog_scanner = find_program('@TERMUX_PREFIX@/opt/libwayland/cross/bin/wayland-scanner') | ||
|
||
stable_protocols = { | ||
'presentation-time': [''], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters