forked from pool/telegram-desktop
16ed77b8da
- Update to 2.9.0 * Enable auto-delete in your chats to remove messages. * Quickly find all GIFs from a chat using the new GIF section. * Reset your Two-Step Verification password even if you forgot. * Enjoy a new app icon and default background. - Update tg_owt - Update 0001-use-bundled-ranged-exptected-gsl.patch * Use bundled rlottie - Add 0004-use-dynamic-x-libraries.patch - Add 0005-add-wayland-include-path.patch OBS-URL: https://build.opensuse.org/request/show/909652 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=199
11 lines
307 B
Diff
11 lines
307 B
Diff
--- a/Telegram/lib_waylandshells/waylandshells/xdg-shell/CMakeLists.txt
|
|
+++ b/Telegram/lib_waylandshells/waylandshells/xdg-shell/CMakeLists.txt
|
|
@@ -45,6 +45,7 @@
|
|
target_include_directories(lib_waylandshells_xdg_shell
|
|
PRIVATE
|
|
${src_loc}
|
|
+ /usr/include/wayland
|
|
${CMAKE_CURRENT_BINARY_DIR}
|
|
)
|
|
|