mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
14 lines
373 B
Diff
14 lines
373 B
Diff
--- a/cmake/FindWayland.cmake
|
|
+++ b/cmake/FindWayland.cmake
|
|
@@ -34,9 +34,7 @@
|
|
pkg_check_modules(XKBCOMMON_PC xkbcommon)
|
|
endif()
|
|
|
|
-find_program(WAYLAND_SCANNER wayland-scanner
|
|
- HINTS "${WAYLAND_SCANNER_PC_PREFIX}/bin"
|
|
-)
|
|
+find_program(WAYLAND_SCANNER wayland-scanner)
|
|
|
|
find_path(WAYLAND_INCLUDE_DIR wayland-client.h
|
|
HINTS ${WAYLAND_CLIENT_PC_INCLUDE_DIRS}
|