mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1227997 - Make theme fallback actually work r=mossop
This commit is contained in:
parent
b118b7694b
commit
74ffbadd1c
@ -23,11 +23,8 @@ if toolkit == 'cocoa':
|
||||
DIRS += ['osx']
|
||||
elif toolkit in ('gtk2', 'gtk3', 'qt'):
|
||||
DIRS += ['linux']
|
||||
elif app == 'mobile/android':
|
||||
if CONFIG['NIGHTLY_BUILD']:
|
||||
DIRS += ['mobile']
|
||||
else:
|
||||
DIRS += ['windows']
|
||||
elif app == 'mobile/android' and CONFIG['NIGHTLY_BUILD']:
|
||||
DIRS += ['mobile']
|
||||
else:
|
||||
DIRS += ['windows']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user