aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-esr/files/patch-bug948946
blob: 146668185b2c214188d0312cbd734fb9905ebf89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git browser/themes/moz.build browser/themes/moz.build
index d82bda3..86d343d 100644
--- browser/themes/moz.build
+++ browser/themes/moz.build
@@ -9,6 +9,7 @@ toolkit = CONFIG['MOZ_WIDGET_TOOLKIT']
 if toolkit == 'cocoa':
     DIRS += ['osx']
 elif toolkit in ('gtk2', 'gtk3', 'qt'):
+    DEFINES += ['-DXP_LINUX']
     DIRS += ['linux']
 else:
     DIRS += ['windows']