summarylogtreecommitdiffstats
path: root/Use-gtk3-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Use-gtk3-headers.patch')
-rw-r--r--Use-gtk3-headers.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/Use-gtk3-headers.patch b/Use-gtk3-headers.patch
new file mode 100644
index 000000000000..f124dc31c653
--- /dev/null
+++ b/Use-gtk3-headers.patch
@@ -0,0 +1,16 @@
+diff --git a/Telegram/gyp/telegram_linux.gypi b/Telegram/gyp/telegram_linux.gypi
+index 29386a9b..06dd1abc 100644
+--- a/Telegram/gyp/telegram_linux.gypi
++++ b/Telegram/gyp/telegram_linux.gypi
+@@ -68,9 +68,8 @@
+ # '<!(pkg-config 2> /dev/null --libs <@(pkgconfig_libs))',
+ ],
+ 'cflags_cc': [
+- '<!(pkg-config 2> /dev/null --cflags appindicator-0.1)',
+- '<!(pkg-config 2> /dev/null --cflags gtk+-2.0)',
+- '<!(pkg-config 2> /dev/null --cflags glib-2.0)',
++ '<!(pkg-config 2> /dev/null --cflags appindicator3-0.1)',
++ '<!(pkg-config 2> /dev/null --cflags gtk+-3.0)',
+ '<!(pkg-config 2> /dev/null --cflags dee-1.0)',
+ ],
+ 'configurations': {